google_api_ad_mob v0.2.0 GoogleApi.AdMob.V1.Model.ReportHeader View Source
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".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AdMob.V1.Model.ReportHeader{
dateRange: GoogleApi.AdMob.V1.Model.DateRange.t(),
localizationSettings: GoogleApi.AdMob.V1.Model.LocalizationSettings.t(),
reportingTimeZone: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.