View Source GoogleApi.AdMob.V1.Model.PublisherAccount (google_api_ad_mob v0.10.0)

A publisher account contains information relevant to the use of this API, such as the time zone used for the reports.

Attributes

  • currencyCode (type: String.t, default: nil) - Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion.
  • name (type: String.t, default: nil) - Resource name of this account. Format is accounts/{publisher_id}.
  • publisherId (type: String.t, default: nil) - The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890).
  • reportingTimeZone (type: String.t, default: nil) - The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.PublisherAccount{
  currencyCode: String.t() | nil,
  name: String.t() | nil,
  publisherId: String.t() | nil,
  reportingTimeZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.