GoogleApi.Chat.V1.Model.GoogleAppsCardV1CardFixedFooter (google_api_chat v0.27.0) View Source
A persistent (sticky) footer that is added to the bottom of the card.
Attributes
-
primaryButton
(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t
, default:nil
) - The primary button of the fixed footer. The button must be a text button with text and color set. -
secondaryButton
(type:GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t
, default:nil
) - The secondary button of the fixed footer. The button must be a text button with text and color set.primaryButton
must be set ifsecondaryButton
is set.
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.GoogleAppsCardV1CardFixedFooter{ primaryButton: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t() | nil, secondaryButton: GoogleApi.Chat.V1.Model.GoogleAppsCardV1Button.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.