View Source GoogleApi.CSS.V1.Model.DestinationStatus (google_api_css v0.3.0)

The destination status of the product status.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CSS.V1.Model.DestinationStatus{
  approvedCountries: [String.t()] | nil,
  destination: String.t() | nil,
  disapprovedCountries: [String.t()] | nil,
  pendingCountries: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.