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

public sealed class DashboardChart.Types.DrillDownConfig : IMessage<DashboardChart.Types.DrillDownConfig>, IEquatable<DashboardChart.Types.DrillDownConfig>, IDeepCloneable<DashboardChart.Types.DrillDownConfig>, IBufferMessage, IMessage

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

Drill down configuration.

Inheritance

object > DashboardChart.Types.DrillDownConfig

Namespace

Google.Cloud.Chronicle.V1

Assembly

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