Class ImageButton
An image button with an onclick
action.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ImageButton : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Icon
The icon specified by an enum
that indices to an icon provided by Chat API.
Declaration
[JsonProperty("icon")]
public virtual string Icon { get; set; }
Property Value
Type | Description |
---|---|
string |
IconUrl
The icon specified by a URL.
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of this image_button
that's used for accessibility. Default value is provided if this name isn't
specified.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OnClick
The onclick
action.
Declaration
[JsonProperty("onClick")]
public virtual OnClick OnClick { get; set; }
Property Value
Type | Description |
---|---|
OnClick |