Google Apps Chat V1 Client - Class DividerStyle (0.1.3)

Reference documentation and code samples for the Google Apps Chat V1 Client class DividerStyle.

The divider style of a card. Currently only used for dividers betweens card sections.

Google Workspace Add-ons and Chat apps:

Protobuf type google.apps.card.v1.Card.DividerStyle

Namespace

Google \ Apps \ Card \ V1 \ Card

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DIVIDER_STYLE_UNSPECIFIED

Value: 0

Don't use. Unspecified.

Generated from protobuf enum DIVIDER_STYLE_UNSPECIFIED = 0;

SOLID_DIVIDER

Value: 1

Default option. Render a solid divider between sections.

Generated from protobuf enum SOLID_DIVIDER = 1;

NO_DIVIDER

Value: 2

If set, no divider is rendered between sections.

Generated from protobuf enum NO_DIVIDER = 2;