View Source GoogleApi.Content.V21.Model.CollectionStatusDestinationStatus (google_api_content v0.67.1)

Destination status message.

Attributes

  • approvedCountries (type: list(String.t), default: nil) - Country codes (ISO 3166-1 alpha-2) where the collection is approved.
  • destination (type: String.t, default: nil) - The name of the destination
  • disapprovedCountries (type: list(String.t), default: nil) - Country codes (ISO 3166-1 alpha-2) where the collection is disapproved.
  • pendingCountries (type: list(String.t), default: nil) - Country codes (ISO 3166-1 alpha-2) where the collection is pending approval.
  • status (type: String.t, default: nil) - The status for the specified destination in the collections target country.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.CollectionStatusDestinationStatus{
  approvedCountries: [String.t()] | nil,
  destination: String.t() | nil,
  disapprovedCountries: [String.t()] | nil,
  pendingCountries: [String.t()] | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.