Google Apps Chat V1 Client - Class BorderStyle (0.1.3)

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

The style options for the border of a card or widget, including the border type and color.

Google Workspace Add-ons and Chat apps:

Generated from protobuf message google.apps.card.v1.BorderStyle

Namespace

Google \ Apps \ Card \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

The border type.

↳ stroke_color Google\Type\Color

The colors to use when the type is BORDER_TYPE_STROKE.

↳ corner_radius int

The corner radius for the border.

getType

The border type.

Returns
Type Description
int

setType

The border type.

Parameter
Name Description
var int
Returns
Type Description
$this

getStrokeColor

The colors to use when the type is BORDER_TYPE_STROKE.

Returns
Type Description
Google\Type\Color|null

hasStrokeColor

clearStrokeColor

setStrokeColor

The colors to use when the type is BORDER_TYPE_STROKE.

Parameter
Name Description
var Google\Type\Color
Returns
Type Description
$this

getCornerRadius

The corner radius for the border.

Returns
Type Description
int

setCornerRadius

The corner radius for the border.

Parameter
Name Description
var int
Returns
Type Description
$this