Show / Hide Table of Contents

Class CreateSdfDownloadTaskRequest

Request message for [SdfDownloadTaskService.CreateSdfDownloadTask].

Inheritance
object
CreateSdfDownloadTaskRequest
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CreateSdfDownloadTaskRequest : IDirectResponseSchema

Properties

AdvertiserId

The ID of the advertiser to download SDF for.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

IdFilter

Filters on entities by their entity IDs.

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

InventorySourceFilter

Filters on Inventory Sources by their IDs.

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

ParentEntityFilter

Filters on selected file types. The entities in each file are filtered by a chosen set of filter entities. The filter entities must be the same type as, or a parent type of, the selected file types.

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

PartnerId

The ID of the partner to download SDF for.

Declaration
[JsonProperty("partnerId")]
public virtual long? PartnerId { get; set; }
Property Value
Type Description
long?

Version

Required. The SDF version of the downloaded file. If set to SDF_VERSION_UNSPECIFIED, this will default to the version specified by the advertiser or partner identified by root_id. An advertiser inherits its SDF version from its partner unless configured otherwise.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX