View Source GoogleApi.AdSense.V2.Model.Cell (google_api_ad_sense v0.17.1)

Cell representation.

Attributes

  • value (type: String.t, default: nil) - Value in the cell. The dimension cells contain strings, and the metric cells contain numbers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V2.Model.Cell{value: String.t() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.