Show / Hide Table of Contents

Class RunQueryRequest

Request to run a stored query to generate a report.

Inheritance
object
RunQueryRequest
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.DoubleClickBidManager.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class RunQueryRequest : IDirectResponseSchema

Properties

DataRange

Report data range used to generate the report.

Declaration
[JsonProperty("dataRange")]
public virtual string DataRange { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReportDataEndTimeMs

The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.

Declaration
[JsonProperty("reportDataEndTimeMs")]
public virtual long? ReportDataEndTimeMs { get; set; }
Property Value
Type Description
long?

ReportDataStartTimeMs

The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.

Declaration
[JsonProperty("reportDataStartTimeMs")]
public virtual long? ReportDataStartTimeMs { get; set; }
Property Value
Type Description
long?

TimezoneCode

Canonical timezone code for report data time. Defaults to America/New_York.

Declaration
[JsonProperty("timezoneCode")]
public virtual string TimezoneCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX