Show / Hide Table of Contents

Class Options

Additional query options.

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

Properties

ETag

The ETag of the item.

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

IncludeOnlyTargetedUserLists

Set to true and filter your report by FILTER_INSERTION_ORDER or FILTER_LINE_ITEM to include data for audience lists specifically targeted by those items.

Declaration
[JsonProperty("includeOnlyTargetedUserLists")]
public virtual bool? IncludeOnlyTargetedUserLists { get; set; }
Property Value
Type Description
bool?

PathQueryOptions

Options that contain Path Filters and Custom Channel Groupings.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX