GoogleApi.Chat.V1.Model.GoogleAppsCardV1Column (google_api_chat v0.43.0)
View SourceA column. Google Workspace add-ons and Chat apps
Attributes
-
horizontalAlignment(type:String.t, default:nil) - Specifies whether widgets align to the left, right, or center of a column. -
horizontalSizeStyle(type:String.t, default:nil) - Specifies how a column fills the width of the card. -
verticalAlignment(type:String.t, default:nil) - Specifies whether widgets align to the top, bottom, or center of a column. -
widgets(type:list(GoogleApi.Chat.V1.Model.GoogleAppsCardV1Widgets.t), default:nil) - An array of widgets included in a column. Widgets appear in the order that they are specified.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1Column{ horizontalAlignment: String.t() | nil, horizontalSizeStyle: String.t() | nil, verticalAlignment: String.t() | nil, widgets: [GoogleApi.Chat.V1.Model.GoogleAppsCardV1Widgets.t()] | nil }