Show / Hide Table of Contents

Class RunQueryRequest

Details specifying how to run a query.

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

Properties

DataRange

The date range used by the query to generate the report. If unspecified, the query's original data_range is used.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX