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

Issue associated with the collection.

Attributes

  • applicableCountries (type: list(String.t), default: nil) - Country codes (ISO 3166-1 alpha-2) where issue applies to the offer.
  • attributeName (type: String.t, default: nil) - The attribute's name, if the issue is caused by a single attribute.
  • code (type: String.t, default: nil) - The error code of the issue.
  • description (type: String.t, default: nil) - A short issue description in English.
  • destination (type: String.t, default: nil) - The destination the issue applies to.
  • detail (type: String.t, default: nil) - A detailed issue description in English.
  • documentation (type: String.t, default: nil) - The URL of a web page to help with resolving this issue.
  • resolution (type: String.t, default: nil) - Whether the issue can be resolved by the merchant.
  • servability (type: String.t, default: nil) - How this issue affects the serving of the collection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.CollectionStatusItemLevelIssue{
  applicableCountries: [String.t()] | nil,
  attributeName: String.t() | nil,
  code: String.t() | nil,
  description: String.t() | nil,
  destination: String.t() | nil,
  detail: String.t() | nil,
  documentation: String.t() | nil,
  resolution: String.t() | nil,
  servability: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.