Module: Google::Apps::Card::V1::Columns::Column::HorizontalSizeStyle

Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

Specifies how a column fills the width of the card. The width of each column depends on both the HorizontalSizeStyle and the width of the widgets within the column.

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

Constant Summary collapse

HORIZONTAL_SIZE_STYLE_UNSPECIFIED =

Don't use. Unspecified.

0
FILL_AVAILABLE_SPACE =

Default value. Column fills the available space, up to 70% of the card's width. If both columns are set to FILL_AVAILABLE_SPACE, each column fills 50% of the space.

1
FILL_MINIMUM_SPACE =

Column fills the least amount of space possible and no more than 30% of the card's width.

2