Show / Hide Table of Contents

Class Options

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

Whether to include data for audience lists specifically targeted by filtered line items or insertion orders. Requires the use of FILTER_INSERTION_ORDER or FILTER_LINE_ITEM filters.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX