public sealed class DashboardChart.Types.DrillDownConfig.Types.DrillDown : IMessage<DashboardChart.Types.DrillDownConfig.Types.DrillDown>, IEquatable<DashboardChart.Types.DrillDownConfig.Types.DrillDown>, IDeepCloneable<DashboardChart.Types.DrillDownConfig.Types.DrillDown>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.DrillDownConfig.Types.DrillDown.
Drill down config.
Implements
IMessageDashboardChartTypesDrillDownConfigTypesDrillDown, IEquatableDashboardChartTypesDrillDownConfigTypesDrillDown, IDeepCloneableDashboardChartTypesDrillDownConfigTypesDrillDown, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DrillDown()
public DrillDown()DrillDown(DrillDown)
public DrillDown(DashboardChart.Types.DrillDownConfig.Types.DrillDown other)| Parameter | |
|---|---|
| Name | Description |
other |
DashboardChartTypesDrillDownConfigTypesDrillDown |
Properties
CustomSettings
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings CustomSettings { get; set; }Custom drill down settings.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettings |
|
DefaultSettings
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.DefaultDrillDownSettings DefaultSettings { get; set; }Default drill down settings.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownTypesDefaultDrillDownSettings |
|
DisplayName
public string DisplayName { get; set; }Required. Display name of the drill down.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Id
public string Id { get; set; }Required. ID of the drill down.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SettingsCase
public DashboardChart.Types.DrillDownConfig.Types.DrillDown.SettingsOneofCase SettingsCase { get; }| Property Value | |
|---|---|
| Type | Description |
DashboardChartTypesDrillDownConfigTypesDrillDownSettingsOneofCase |
|