Show / Hide Table of Contents

Class Query

Represents a query.

Inheritance
object
Query
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 Query : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Kind

Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#query".

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

Metadata

Query metadata.

Declaration
[JsonProperty("metadata")]
public virtual QueryMetadata Metadata { get; set; }
Property Value
Type Description
QueryMetadata

Params__

Query parameters.

Declaration
[JsonProperty("params")]
public virtual Parameters Params__ { get; set; }
Property Value
Type Description
Parameters

QueryId

Query ID.

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

ReportDataEndTimeMs

The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if metadata.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 metadata.dataRange is CUSTOM_DATES and ignored otherwise.

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

Schedule

Information on how often and when to run a query.

Declaration
[JsonProperty("schedule")]
public virtual QuerySchedule Schedule { get; set; }
Property Value
Type Description
QuerySchedule

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