GoogleApi.Content.V2.Model.AccountStatusProducts (google_api_content v0.49.0) View Source
Attributes
-
channel(type:String.t, default:nil) - The channel the data applies to. Acceptable values are: - "local" - "online" -
country(type:String.t, default:nil) - The country the data applies to. -
destination(type:String.t, default:nil) - The destination the data applies to. -
itemLevelIssues(type:list(GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue.t), default:nil) - List of item-level issues. -
statistics(type:GoogleApi.Content.V2.Model.AccountStatusStatistics.t, default:nil) - Aggregated product statistics.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.AccountStatusProducts{
channel: String.t(),
country: String.t(),
destination: String.t(),
itemLevelIssues: [GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue.t()],
statistics: GoogleApi.Content.V2.Model.AccountStatusStatistics.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.