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
object
GoogleChatV1ContextualAddOnMarkupCardSection
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 GoogleChatV1ContextualAddOnMarkupCardSection : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Header
The header of the section, text formatted supported.
Declaration
[JsonProperty("header")]
public virtual string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| 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<T><GoogleChatV1WidgetMarkup> |