google_api_content v0.9.0 GoogleApi.Content.V2.Model.AccountStatusProducts View Source
Attributes
- channel (String.t): The channel the data applies to. Defaults to:
null
. - country (String.t): The country the data applies to. Defaults to:
null
. - destination (String.t): The destination the data applies to. Defaults to:
null
. - itemLevelIssues ([AccountStatusItemLevelIssue]): List of item-level issues. Defaults to:
null
. - statistics (AccountStatusStatistics): Aggregated product statistics. 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()
View Source
t() :: %GoogleApi.Content.V2.Model.AccountStatusProducts{
channel: any(),
country: any(),
destination: any(),
itemLevelIssues: [GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue.t()],
statistics: GoogleApi.Content.V2.Model.AccountStatusStatistics.t()
}
t() :: %GoogleApi.Content.V2.Model.AccountStatusProducts{ channel: any(), country: any(), destination: any(), itemLevelIssues: [GoogleApi.Content.V2.Model.AccountStatusItemLevelIssue.t()], statistics: GoogleApi.Content.V2.Model.AccountStatusStatistics.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.