Class GoogleChatV1WidgetMarkup
A widget is a UI element that presents texts, images, etc.
Inheritance
object
GoogleChatV1WidgetMarkup
Implements
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 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<T><GoogleChatV1WidgetMarkupButton> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |