Class Options
Report parameter options.
Implements
Inherited Members
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? |