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

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

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

Drill down external link config.

Inheritance

object > DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownExternalLink

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

public DrillDownExternalLink()
public DrillDownExternalLink(DashboardChart.Types.DrillDownConfig.Types.DrillDown.Types.CustomDrillDownSettings.Types.DrillDownExternalLink other)
Parameter
Name Description
other DashboardChartTypesDrillDownConfigTypesDrillDownTypesCustomDrillDownSettingsTypesDrillDownExternalLink

Properties

public string Description { get; set; }

Optional. Description of the external link.

Property Value
Type Description
string
public string Link { get; set; }

Required. External link the drill down action should redirect to.

Property Value
Type Description
string