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

RemarketingListsListResponse

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

Remarketing list response

interface RemarketingListsListResponse {
kind?: string;
nextPageToken?: string;
remarketingLists?: RemarketingList[];
}

§Properties

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingListsListResponse".

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
remarketingLists?: RemarketingList[]
[src]

Remarketing list collection.