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

TargetableRemarketingListsListOptions

import type { TargetableRemarketingListsListOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#targetableRemarketingListsList.

interface TargetableRemarketingListsListOptions {
active?: boolean;
advertiserId: bigint;
maxResults?: number;
name?: string;
pageToken?: string;
sortField?: "ID" | "NAME";
sortOrder?: "ASCENDING" | "DESCENDING";
}

§Properties

§
active?: boolean
[src]

Select only active or only inactive targetable remarketing lists.

§
advertiserId: bigint
[src]

Required. Select only targetable remarketing lists targetable by these advertisers.

§
maxResults?: number
[src]

Maximum number of results to return.

§
name?: string
[src]

Allows searching for objects by name or ID. Wildcards () are allowed. For example, "remarketing list2015" will return objects with names like "remarketing list June 2015", "remarketing list April 2015", or simply "remarketing list 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "remarketing list" will match objects with name "my remarketing list", "remarketing list 2015", or simply "remarketing list".

§
pageToken?: string
[src]

Value of the nextPageToken from the previous result page.

§
sortField?: "ID" | "NAME"
[src]

Field by which to sort the list.

§
sortOrder?: "ASCENDING" | "DESCENDING"
[src]

Order of sorted results.