Show / Hide Table of Contents

Class GoogleAppsCardV1CollapseControl

Represent an expand and collapse control. Google Workspace add-ons and Chat apps:

Inheritance
object
GoogleAppsCardV1CollapseControl
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1CollapseControl : IDirectResponseSchema

Properties

CollapseButton

Optional. Define a customizable button to collapse the section. Both expand_button and collapse_button field must be set. Only one field set will not take into effect. If this field isn't set, the default button is used.

Declaration
[JsonProperty("collapseButton")]
public virtual GoogleAppsCardV1Button CollapseButton { get; set; }
Property Value
Type Description
GoogleAppsCardV1Button

ETag

The ETag of the item.

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

ExpandButton

Optional. Define a customizable button to expand the section. Both expand_button and collapse_button field must be set. Only one field set will not take into effect. If this field isn't set, the default button is used.

Declaration
[JsonProperty("expandButton")]
public virtual GoogleAppsCardV1Button ExpandButton { get; set; }
Property Value
Type Description
GoogleAppsCardV1Button

HorizontalAlignment

The horizontal alignment of the expand and collapse button.

Declaration
[JsonProperty("horizontalAlignment")]
public virtual string HorizontalAlignment { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX