Show / Hide Table of Contents

Class ReportHeader

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

Inheritance
System.Object
ReportHeader
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.String

Implements

IDirectResponseSchema
Back to top