View Source GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue (google_api_content v0.66.0)

Attributes

  • 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.
  • 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.
  • numItems (type: String.t, default: nil) - Number of items with 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 serving of the offer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue{
  attributeName: String.t() | nil,
  code: String.t() | nil,
  description: String.t() | nil,
  detail: String.t() | nil,
  documentation: String.t() | nil,
  numItems: 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.