Show / Hide Table of Contents

Class GoogleChatV1WidgetMarkupImageButton

An image button with an onclick action.

Inheritance
System.Object
GoogleChatV1WidgetMarkupImageButton
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GoogleChatV1WidgetMarkupImageButton : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

IconUrl

The icon specified by a URL.

Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
Type Description
System.String

Name

The name of this image_button which will be used for accessibility. Default value will be provided if developers don't specify.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

OnClick

The onclick action.

Declaration
[JsonProperty("onClick")]
public virtual GoogleChatV1WidgetMarkupOnClick OnClick { get; set; }
Property Value
Type Description
GoogleChatV1WidgetMarkupOnClick

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top