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

A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.

Attributes

  • details (type: list(String.t), default: nil) - Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: "Products not showing in ads" "Products not showing organically"
  • regions (type: list(GoogleApi.Content.V21.Model.BreakdownRegion.t), default: nil) - Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.Breakdown{
  details: [String.t()] | nil,
  regions: [GoogleApi.Content.V21.Model.BreakdownRegion.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.