Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Card::V1::BorderStyle.
The style options for the border of a card or widget, including the border type and color.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#corner_radius
def corner_radius() -> ::Integer- (::Integer) — The corner radius for the border.
#corner_radius=
def corner_radius=(value) -> ::Integer- value (::Integer) — The corner radius for the border.
- (::Integer) — The corner radius for the border.
#stroke_color
def stroke_color() -> ::Google::Type::Color-
(::Google::Type::Color) — The colors to use when the type is
BORDER_TYPE_STROKE.To set the stroke color, specify a value for the
red,green, andbluefields. 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, }The
alphafield is unavailable for stroke color. If specified, this field is ignored.
#stroke_color=
def stroke_color=(value) -> ::Google::Type::Color-
value (::Google::Type::Color) — The colors to use when the type is
BORDER_TYPE_STROKE.To set the stroke color, specify a value for the
red,green, andbluefields. 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, }The
alphafield is unavailable for stroke color. If specified, this field is ignored.
-
(::Google::Type::Color) — The colors to use when the type is
BORDER_TYPE_STROKE.To set the stroke color, specify a value for the
red,green, andbluefields. 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, }The
alphafield is unavailable for stroke color. If specified, this field is ignored.
#type
def type() -> ::Google::Apps::Card::V1::BorderStyle::BorderType- (::Google::Apps::Card::V1::BorderStyle::BorderType) — The border type.
#type=
def type=(value) -> ::Google::Apps::Card::V1::BorderStyle::BorderType- value (::Google::Apps::Card::V1::BorderStyle::BorderType) — The border type.
- (::Google::Apps::Card::V1::BorderStyle::BorderType) — The border type.