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

CreativeFieldValuesListResponse

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

Creative Field Value List Response

interface CreativeFieldValuesListResponse {
creativeFieldValues?: CreativeFieldValue[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
creativeFieldValues?: CreativeFieldValue[]
[src]

Creative field value collection.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.