View Source GoogleApi.Chat.V1.Model.GoogleAppsCardV1BorderStyle (google_api_chat v0.38.0)
The style options for the border of a card or widget, including the border type and color. Google Workspace Add-ons and Chat apps:
Attributes
-
cornerRadius
(type:integer()
, default:nil
) - The corner radius for the border. -
strokeColor
(type:GoogleApi.Chat.V1.Model.Color.t
, default:nil
) - The colors to use when the type isBORDER_TYPE_STROKE
. To set the stroke color, specify a value for thered
,green
, andblue
fields. The value must be a float number between 0 and 1 based on the RGB color value, where0
(0/255) represents the absence of color and1
(255/255) represents the maximum intensity of the color. For example, the following sets the color to red at its maximum intensity:"color": { "red": 1, "green": 0, "blue": 0, }
Thealpha
field is unavailable for stroke color. If specified, this field is ignored. -
type
(type:String.t
, default:nil
) - The border type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1BorderStyle{ cornerRadius: integer() | nil, strokeColor: GoogleApi.Chat.V1.Model.Color.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.