View Source GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton (google_api_content_warehouse v0.4.0)

Attributes

  • label (type: String.t, default: nil) - REQUIRED. text for the button label
  • tapAction (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t, default: nil) - REQUIRED. tap action for the button

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton{
    label: String.t() | nil,
    tapAction:
      GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.