Class GoogleAppsCardV1CollapseControl
Represent an expand and collapse control. Google Chat apps:
Implements
Inherited Members
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 |