View Source GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotification (google_api_content_warehouse v0.3.0)
Attributes
-
buttons(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton.t), default:nil) - Buttons on the notification -
surfaceType(type:String.t, default:nil) - Surface type for the notification -
tapAction(type:GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t, default:nil) - Tap action on the notification body. This overwrites the default tap action on reminder trigger notification (which on mobile, is the reminders hub page). -
text(type:String.t, default:nil) - Notification text
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotification{ buttons: [ GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton.t() ] | nil, surfaceType: String.t() | nil, tapAction: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t() | nil, text: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.