Chronicle v1 API - Class BatchGetDashboardChartsResponse (1.0.0-beta05)

public sealed class BatchGetDashboardChartsResponse : IMessage<BatchGetDashboardChartsResponse>, IEquatable<BatchGetDashboardChartsResponse>, IDeepCloneable<BatchGetDashboardChartsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class BatchGetDashboardChartsResponse.

Response message for getting dashboard charts in batch.

Inheritance

object > BatchGetDashboardChartsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

BatchGetDashboardChartsResponse()

public BatchGetDashboardChartsResponse()

BatchGetDashboardChartsResponse(BatchGetDashboardChartsResponse)

public BatchGetDashboardChartsResponse(BatchGetDashboardChartsResponse other)
Parameter
Name Description
other BatchGetDashboardChartsResponse

Properties

DashboardCharts

public RepeatedField<DashboardChart> DashboardCharts { get; }

The dashboardCharts from the specified chronicle instance.

Property Value
Type Description
RepeatedFieldDashboardChart