GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
label
(type:String.t
, default:nil
)
- REQUIRED. text for the button label -
tapAction
(type:GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload
, default:nil
)
- REQUIRED. tap action for the button
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton{
label: String.t() | nil,
tapAction: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t() | nil
}
label: String.t() | nil,
tapAction: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton