Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ContextualAddOnMarkup::Card.
A card is a UI element that can contain UI widgets such as text and images.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#card_actions
def card_actions() -> ::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction>
Returns
- (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction>) — The actions of this card.
#card_actions=
def card_actions=(value) -> ::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction>
Parameter
- value (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction>) — The actions of this card.
Returns
- (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardAction>) — The actions of this card.
#header
def header() -> ::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader
Returns
- (::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader) — The header of the card. A header usually contains a title and an image.
#header=
def header=(value) -> ::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader
Parameter
- value (::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader) — The header of the card. A header usually contains a title and an image.
Returns
- (::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::CardHeader) — The header of the card. A header usually contains a title and an image.
#name
def name() -> ::String
Returns
- (::String) — Name of the card.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the card.
Returns
- (::String) — Name of the card.
#sections
def sections() -> ::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::Section>
Returns
- (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::Section>) — Sections are separated by a line divider.
#sections=
def sections=(value) -> ::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::Section>
Parameter
- value (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::Section>) — Sections are separated by a line divider.
Returns
- (::Array<::Google::Apps::Chat::V1::ContextualAddOnMarkup::Card::Section>) — Sections are separated by a line divider.