Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateSdfDownloadTaskRequest

import type { CreateSdfDownloadTaskRequest } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Request message for [SdfDownloadTaskService.CreateSdfDownloadTask].

interface CreateSdfDownloadTaskRequest {
advertiserId?: bigint;
idFilter?: IdFilter;
inventorySourceFilter?: InventorySourceFilter;
parentEntityFilter?: ParentEntityFilter;
partnerId?: bigint;
version?:
| "SDF_VERSION_UNSPECIFIED"
| "SDF_VERSION_3_1"
| "SDF_VERSION_4"
| "SDF_VERSION_4_1"
| "SDF_VERSION_4_2"
| "SDF_VERSION_5"
| "SDF_VERSION_5_1"
| "SDF_VERSION_5_2"
| "SDF_VERSION_5_3"
| "SDF_VERSION_5_4"
| "SDF_VERSION_5_5"
| "SDF_VERSION_6"
| "SDF_VERSION_7";
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser to download SDF for.

§
idFilter?: IdFilter
[src]

Filters on entities by their entity IDs.

§
inventorySourceFilter?: InventorySourceFilter
[src]

Filters on Inventory Sources by their IDs.

§
parentEntityFilter?: ParentEntityFilter
[src]

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.

§
partnerId?: bigint
[src]

The ID of the partner to download SDF for.

§
version?: "SDF_VERSION_UNSPECIFIED" | "SDF_VERSION_3_1" | "SDF_VERSION_4" | "SDF_VERSION_4_1" | "SDF_VERSION_4_2" | "SDF_VERSION_5" | "SDF_VERSION_5_1" | "SDF_VERSION_5_2" | "SDF_VERSION_5_3" | "SDF_VERSION_5_4" | "SDF_VERSION_5_5" | "SDF_VERSION_6" | "SDF_VERSION_7"
[src]

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.