Class IdFilter
A filtering option that filters entities by their entity IDs.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class IdFilter : IDirectResponseSchema
Properties
AdGroupAdIds
YouTube Ads to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("adGroupAdIds")]
public virtual IList<long?> AdGroupAdIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
AdGroupIds
YouTube Ad Groups to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("adGroupIds")]
public virtual IList<long?> AdGroupIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
CampaignIds
Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("campaignIds")]
public virtual IList<long?> CampaignIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsertionOrderIds
Insertion Orders to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("insertionOrderIds")]
public virtual IList<long?> InsertionOrderIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
LineItemIds
Line Items to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("lineItemIds")]
public virtual IList<long?> LineItemIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
MediaProductIds
Media Products to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("mediaProductIds")]
public virtual IList<long?> MediaProductIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |