Show / Hide Table of Contents

Class GoogleChatV1ContextualAddOnMarkupCardSection

A section contains a collection of widgets that are rendered (vertically) in the order that they are specified. Across all platforms, cards have a narrow fixed width, so there is currently no need for layout properties (e.g. float).

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

Properties

ETag

The ETag of the item.

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

Header

The header of the section, text formatted supported.

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

Widgets

A section must contain at least 1 widget.

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

Implements

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