Show / Hide Table of Contents

Class GoogleChatV1WidgetMarkupImageButton

An image button with an onclick action.

Inheritance
object
GoogleChatV1WidgetMarkupImageButton
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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 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
string

OnClick

The onclick action.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX