GoogleApi.Chat.V1.Model.GoogleAppsCardV1BorderStyle (google_api_chat v0.27.0) View Source
Represents the complete border style applied to widgets.
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. -
type(type:String.t, default:nil) - The border type.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Chat.V1.Model.GoogleAppsCardV1BorderStyle{
cornerRadius: integer() | nil,
strokeColor: GoogleApi.Chat.V1.Model.Color.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.