Continuation token used to page through files. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
kind
string
Identifies what kind of resource this is. Value: the fixed string
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eThe JSON response represents a list of files for a report and includes pagination details.\u003c/p\u003e\n"],["\u003cp\u003eEach file is represented by a File object, and metadata like kind, etag, and a page token for retrieving subsequent results are also provided.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nList of files for a report.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"nextPageToken\": string, \"kind\": string, \"etag\": string, \"items\": [ { object (/doubleclick-advertisers/rest/v4/File) } ] } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nextPageToken` | `string` Continuation token used to page through files. To retrieve the next page of results, set the next request's \"pageToken\" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#fileList\"` . |\n| `etag` | `string` Etag of this resource. |\n| `items[]` | `object (`[File](/doubleclick-advertisers/rest/v4/File)`)` The files returned in this response. |"]]