View Source GoogleApi.AdMob.V1.Model.ReportHeader (google_api_ad_mob v0.10.1)

Groups data helps to treat the generated report. Always sent as a first message in the stream response.

Attributes

  • dateRange (type: GoogleApi.AdMob.V1.Model.DateRange.t, default: nil) - The date range for which the report is generated. This is identical to the range specified in the report request.
  • localizationSettings (type: GoogleApi.AdMob.V1.Model.LocalizationSettings.t, default: nil) - Localization settings of the report. This is identical to the settings in the report request.
  • reportingTimeZone (type: String.t, default: nil) - The report time zone. 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.ReportHeader{
  dateRange: GoogleApi.AdMob.V1.Model.DateRange.t() | nil,
  localizationSettings: GoogleApi.AdMob.V1.Model.LocalizationSettings.t() | nil,
  reportingTimeZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.