Class WidgetMarkup.Types.TextButton
A button with text and onclick action.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class WidgetMarkup.Types.TextButton : IMessage<WidgetMarkup.Types.TextButton>, IEquatable<WidgetMarkup.Types.TextButton>, IDeepCloneable<WidgetMarkup.Types.TextButton>, IBufferMessage, IMessage
Constructors
TextButton()
Declaration
public TextButton()
TextButton(TextButton)
Declaration
public TextButton(WidgetMarkup.Types.TextButton other)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetMarkup.Types.TextButton | other |
Properties
OnClick
The onclick action of the button.
Declaration
public WidgetMarkup.Types.OnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| WidgetMarkup.Types.OnClick |
Text
The text of the button.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |