View Source GoogleApi.Content.V2.Model.ProductStatusDestinationStatus (google_api_content v0.67.1)

Attributes

  • approvalPending (type: boolean(), default: nil) - Whether the approval status might change due to further processing.
  • approvalStatus (type: String.t, default: nil) - The destination's approval status. Acceptable values are: - "approved" - "disapproved"
  • destination (type: String.t, default: nil) - The name of the destination
  • intention (type: String.t, default: nil) - Provided for backward compatibility only. Always set to "required". Acceptable values are: - "default" - "excluded" - "optional" - "required"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.ProductStatusDestinationStatus{
  approvalPending: boolean() | nil,
  approvalStatus: String.t() | nil,
  destination: String.t() | nil,
  intention: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.