Show / Hide Table of Contents

Class Query

A single query used to generate a report.

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.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.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

Metadata

The metadata of the query.

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

Params__

The parameters of the report generated by the query.

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

QueryId

Output only. The unique ID of the query.

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

Schedule

When and how often the query is scheduled to run. If the frequency field is set to ONE_TIME, the query will only run when queries.run is called.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX