public sealed class BatchGetDashboardChartsResponse : IMessage<BatchGetDashboardChartsResponse>, IEquatable<BatchGetDashboardChartsResponse>, IDeepCloneable<BatchGetDashboardChartsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class BatchGetDashboardChartsResponse.
Response message for getting dashboard charts in batch.
Implements
IMessageBatchGetDashboardChartsResponse, IEquatableBatchGetDashboardChartsResponse, IDeepCloneableBatchGetDashboardChartsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|