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

Issue severity for all affected regions in a destination.

Attributes

  • demotedCountries (type: list(String.t), default: nil) - List of demoted countries in the destination.
  • destination (type: String.t, default: nil) - Issue destination.
  • disapprovedCountries (type: list(String.t), default: nil) - List of disapproved countries in the destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Content.V21.Model.ProductViewItemIssueIssueSeverityPerDestination{
    demotedCountries: [String.t()] | nil,
    destination: String.t() | nil,
    disapprovedCountries: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.