Show / Hide Table of Contents

Class GoogleChatV1ContextualAddOnMarkupCard

A card is a UI element that can contain UI widgets such as texts, images.

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

Properties

CardActions

The actions of this card.

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

ETag

The ETag of the item.

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

Header

The header of the card. A header usually contains a title and an image.

Declaration
[JsonProperty("header")]
public virtual GoogleChatV1ContextualAddOnMarkupCardCardHeader Header { get; set; }
Property Value
Type Description
GoogleChatV1ContextualAddOnMarkupCardCardHeader

Name

Name of the card.

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

Sections

Sections are separated by a line divider.

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

Implements

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