Class ReportHeader
Groups data helps to treat the generated report. Always sent as a first message in the stream response.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class ReportHeader : IDirectResponseSchema
Properties
DateRange
The date range for which the report is generated. This is identical to the range specified in the report request.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
Type | Description |
---|---|
DateRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizationSettings
Localization settings of the report. This is identical to the settings in the report request.
Declaration
[JsonProperty("localizationSettings")]
public virtual LocalizationSettings LocalizationSettings { get; set; }
Property Value
Type | Description |
---|---|
LocalizationSettings |
ReportingTimeZone
The report time zone. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".
Declaration
[JsonProperty("reportingTimeZone")]
public virtual string ReportingTimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |