View Source GoogleApi.Content.V21.Model.AccountStatusProducts (google_api_content v0.67.1)

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.V21.Model.AccountStatusItemLevelIssue.t), default: nil) - List of item-level issues.
  • statistics (type: GoogleApi.Content.V21.Model.AccountStatusStatistics.t, default: nil) - Aggregated product statistics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountStatusProducts{
  channel: String.t() | nil,
  country: String.t() | nil,
  destination: String.t() | nil,
  itemLevelIssues:
    [GoogleApi.Content.V21.Model.AccountStatusItemLevelIssue.t()] | nil,
  statistics: GoogleApi.Content.V21.Model.AccountStatusStatistics.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.