public sealed class NativeDashboardWithChartsAndQueries : IMessage<NativeDashboardWithChartsAndQueries>, IEquatable<NativeDashboardWithChartsAndQueries>, IDeepCloneable<NativeDashboardWithChartsAndQueries>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class NativeDashboardWithChartsAndQueries.
NativeDashboardWithChartsAndQueries for exporting a dashboard.
Implements
IMessageNativeDashboardWithChartsAndQueries, IEquatableNativeDashboardWithChartsAndQueries, IDeepCloneableNativeDashboardWithChartsAndQueries, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
NativeDashboardWithChartsAndQueries()
public NativeDashboardWithChartsAndQueries()NativeDashboardWithChartsAndQueries(NativeDashboardWithChartsAndQueries)
public NativeDashboardWithChartsAndQueries(NativeDashboardWithChartsAndQueries other)| Parameter | |
|---|---|
| Name | Description |
other |
NativeDashboardWithChartsAndQueries |
Properties
Dashboard
public NativeDashboard Dashboard { get; set; }Optional. Native dashboard.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboard |
|
DashboardCharts
public RepeatedField<DashboardChart> DashboardCharts { get; }Optional. Charts in the dashboard.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDashboardChart |
|
DashboardQueries
public RepeatedField<DashboardQuery> DashboardQueries { get; }Optional. Queries in the dashboard.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDashboardQuery |
|