View Source GoogleApi.AdSense.V14.Model.Metadata (google_api_ad_sense v0.17.1)

Attributes

  • items (type: list(GoogleApi.AdSense.V14.Model.ReportingMetadataEntry.t), default: nil) -
  • kind (type: String.t, default: adsense#metadata) - Kind of list this is, in this case adsense#metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V14.Model.Metadata{
  items: [GoogleApi.AdSense.V14.Model.ReportingMetadataEntry.t()] | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.