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
object
ReportHeader
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX