Class IdFilter
A filtering option that filters entities by their entity IDs.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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?> |
AdGroupQaIds
Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("adGroupQaIds")]
public virtual IList<long?> AdGroupQaIds { 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?> |
LineItemQaIds
Optional. Line Items, by ID, to download in QA format. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Declaration
[JsonProperty("lineItemQaIds")]
public virtual IList<long?> LineItemQaIds { 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?> |