View Source GoogleApi.Manufacturers.V1.Model.DestinationStatus (google_api_manufacturers v0.21.0)

The destination status.

Attributes

  • approvedCountries (type: list(String.t), default: nil) - Output only. List of country codes (ISO 3166-1 alpha-2) where the offer is approved.
  • destination (type: String.t, default: nil) - The name of the destination.
  • disapprovedCountries (type: list(String.t), default: nil) - Output only. List of country codes (ISO 3166-1 alpha-2) where the offer is disapproved.
  • pendingCountries (type: list(String.t), default: nil) - Output only. List of country codes (ISO 3166-1 alpha-2) where the offer is pending approval.
  • status (type: String.t, default: nil) - The status of the destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.DestinationStatus{
  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.