View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssue (google_api_merchant_api v0.4.0)
Item issue associated with the product.
Attributes
-
resolution
(type:String.t
, default:nil
) - Item issue resolution. -
severity
(type:GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueSeverity.t
, default:nil
) - Item issue severity. -
type
(type:GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueType.t
, default:nil
) - Item issue type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssue{ resolution: String.t() | nil, severity: GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueSeverity.t() | nil, type: GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueType.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.