public sealed class DashboardChart.Types.DrillDownConfig : IMessage<DashboardChart.Types.DrillDownConfig>, IEquatable<DashboardChart.Types.DrillDownConfig>, IDeepCloneable<DashboardChart.Types.DrillDownConfig>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.DrillDownConfig.
Drill down configuration.
Implements
IMessageDashboardChartTypesDrillDownConfig, IEquatableDashboardChartTypesDrillDownConfig, IDeepCloneableDashboardChartTypesDrillDownConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DrillDownConfig()
public DrillDownConfig()DrillDownConfig(DrillDownConfig)
public DrillDownConfig(DashboardChart.Types.DrillDownConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChartTypesDrillDownConfig |
Properties
LeftDrillDowns
public RepeatedField<DashboardChart.Types.DrillDownConfig.Types.DrillDown> LeftDrillDowns { get; }Required. Left click drill downs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDashboardChartTypesDrillDownConfigTypesDrillDown |
|
RightDrillDowns
public RepeatedField<DashboardChart.Types.DrillDownConfig.Types.DrillDown> RightDrillDowns { get; }Required. Right click drill downs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDashboardChartTypesDrillDownConfigTypesDrillDown |
|