View Source GoogleApi.AdSense.V2.Model.Row (google_api_ad_sense v0.16.0)
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
Unwrap a decoded JSON object into its complex fields.