QualityActionsCustomizedNotification

GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotification


Table of Contents ▼

Jump to a specific part of the page:

Description

DEPRECATED. No longer supported after migration to Tasks.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. buttons (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton), default: nil)
    - Buttons on the notification
  2. surfaceType (type: String.t, default: nil)
    - Surface type for the notification
  3. tapAction (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload, 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).
  4. text (type: String.t, default: nil)
    - Notification text

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotification