Chronicle v1 API - Class DashboardChart.Types.DrillDownConfig.Types.DrillDown (1.0.0-beta05)

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, IMessage

Reference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.DrillDownConfig.Types.DrillDown.

Drill down config.

Inheritance

object > DashboardChart.Types.DrillDownConfig.Types.DrillDown

Namespace

Google.Cloud.Chronicle.V1

Assembly

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