View Source GoogleApi.Content.V2.Model.ProductStatusItemLevelIssue (google_api_content v0.70.1)
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. -
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 serving of the offer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V2.Model.ProductStatusItemLevelIssue{ 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
Unwrap a decoded JSON object into its complex fields.