google_api_content v0.9.0 GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue View Source

Attributes

  • attributeName (String.t): The attribute's name, if the issue is caused by a single attribute. Defaults to: null.
  • code (String.t): The error code of the issue. Defaults to: null.
  • description (String.t): A short issue description in English. Defaults to: null.
  • detail (String.t): A detailed issue description in English. Defaults to: null.
  • documentation (String.t): The URL of a web page to help with resolving this issue. Defaults to: null.
  • numItems (String.t): Number of items with this issue. Defaults to: null.
  • resolution (String.t): Whether the issue can be resolved by the merchant. Defaults to: null.
  • servability (String.t): How this issue affects serving of the offer. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue{
  attributeName: any(),
  code: any(),
  description: any(),
  detail: any(),
  documentation: any(),
  numItems: any(),
  resolution: any(),
  servability: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.