View Source GoogleApi.CSS.V1.Model.ItemLevelIssue (google_api_css v0.3.0)
The ItemLevelIssue of the product status.
Attributes
-
applicableCountries
(type:list(String.t)
, default:nil
) - List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer. -
attribute
(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 aggregate offer.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CSS.V1.Model.ItemLevelIssue{ applicableCountries: [String.t()] | nil, attribute: 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.