View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1Column (google_api_chat v0.34.3)

A column. Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.