Google Chat V1 API - Module Google::Apps::Card::V1::Columns::Column::VerticalAlignment (v0.1.1)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Card::V1::Columns::Column::VerticalAlignment.

Specifies whether widgets align to the top, bottom, or center of a column.

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

Constants

VERTICAL_ALIGNMENT_UNSPECIFIED

value: 0
Don't use. Unspecified.

CENTER

value: 1
Default value. Aligns widgets to the center of a column.

TOP

value: 2
Aligns widgets to the top of a column.

BOTTOM

value: 3
Aligns widgets to the bottom of a column.