Class GoogleAppsCardV1Column
A column. Google Workspace Add-ons and Chat apps
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class GoogleAppsCardV1Column : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HorizontalAlignment
Specifies whether widgets align to the left, right, or center of a column.
Declaration
[JsonProperty("horizontalAlignment")]
public virtual string HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |
HorizontalSizeStyle
Specifies how a column fills the width of the card.
Declaration
[JsonProperty("horizontalSizeStyle")]
public virtual string HorizontalSizeStyle { get; set; }
Property Value
Type | Description |
---|---|
string |
VerticalAlignment
Specifies whether widgets align to the top, bottom, or center of a column.
Declaration
[JsonProperty("verticalAlignment")]
public virtual string VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
string |
Widgets
An array of widgets included in a column. Widgets appear in the order that they are specified.
Declaration
[JsonProperty("widgets")]
public virtual IList<GoogleAppsCardV1Widgets> Widgets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsCardV1Widgets> |