Chronicle v1 API - Class Button (1.0.0-beta05)

public sealed class Button : IMessage<Button>, IEquatable<Button>, IDeepCloneable<Button>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class Button.

Button config for a chart.

Inheritance

object > Button

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Button()

public Button()

Button(Button)

public Button(Button other)
Parameter
Name Description
other Button

Properties

Description

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

Label

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

NewTab

public bool NewTab { get; set; }

Optional. Whether to open the link in a new tab.

Property Value
Type Description
bool

Properties

public Button.Types.Properties Properties { get; set; }
Property Value
Type Description
ButtonTypesProperties