Google Apps Chat V1 Client - Class VerticalAlignment (0.15.0)

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

Represents vertical alignment attribute.

Protobuf type google.apps.card.v1.Widget.VerticalAlignment

Namespace

Google \ Apps \ Card \ V1 \ Widget

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VERTICAL_ALIGNMENT_UNSPECIFIED

Value: 0

Unspecified type. Do not use.

Generated from protobuf enum VERTICAL_ALIGNMENT_UNSPECIFIED = 0;

TOP

Value: 1

Alignment to the top position.

Generated from protobuf enum TOP = 1;

MIDDLE

Value: 2

Alignment to the middle position.

Generated from protobuf enum MIDDLE = 2;

BOTTOM

Value: 3

Alignment to the bottom position.

Generated from protobuf enum BOTTOM = 3;