Show / Hide Table of Contents

Class GoogleChatV1ContextualAddOnMarkupCard

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

Inheritance
object
GoogleChatV1ContextualAddOnMarkupCard
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 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<T><GoogleChatV1ContextualAddOnMarkupCardCardAction>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX