View Source GoogleApi.SearchConsole.V1.Model.ApiDataRow (google_api_search_console v0.19.0)

Attributes

  • clicks (type: float(), default: nil) -
  • ctr (type: float(), default: nil) -
  • impressions (type: float(), default: nil) -
  • keys (type: list(String.t), default: nil) -
  • position (type: float(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.ApiDataRow{
  clicks: float() | nil,
  ctr: float() | nil,
  impressions: float() | nil,
  keys: [String.t()] | nil,
  position: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.