View Source GoogleApi.AdSense.V2.Model.Row (google_api_ad_sense v0.15.1)

Row representation.

Attributes

  • cells (type: list(GoogleApi.AdSense.V2.Model.Cell.t), default: nil) - Cells in the row.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.Row{
  cells: [GoogleApi.AdSense.V2.Model.Cell.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.