Show / Hide Table of Contents

Class GoogleChatV1WidgetMarkup

A widget is a UI element that presents texts, images, etc.

Inheritance
System.Object
GoogleChatV1WidgetMarkup
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 GoogleChatV1WidgetMarkup : IDirectResponseSchema

Properties

Buttons

A list of buttons. Buttons is also oneof data and only one of these fields should be set.

Declaration
[JsonProperty("buttons")]
public virtual IList<GoogleChatV1WidgetMarkupButton> Buttons { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleChatV1WidgetMarkupButton>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Image

Display an image in this widget.

Declaration
[JsonProperty("image")]
public virtual GoogleChatV1WidgetMarkupImage Image { get; set; }
Property Value
Type Description
GoogleChatV1WidgetMarkupImage

KeyValue

Display a key value item in this widget.

Declaration
[JsonProperty("keyValue")]
public virtual GoogleChatV1WidgetMarkupKeyValue KeyValue { get; set; }
Property Value
Type Description
GoogleChatV1WidgetMarkupKeyValue

TextParagraph

Display a text paragraph in this widget.

Declaration
[JsonProperty("textParagraph")]
public virtual GoogleChatV1WidgetMarkupTextParagraph TextParagraph { get; set; }
Property Value
Type Description
GoogleChatV1WidgetMarkupTextParagraph

Implements

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