FileList
Stay organized with collections
Save and categorize content based on your preferences.
List of files for a report.
JSON representation |
{
"nextPageToken": string,
"kind": string,
"etag": string,
"items": [
{
object (File )
}
]
} |
Fields |
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.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#fileList"
.
|
etag |
string
Etag of this resource.
|
items[] |
object (File )
The files returned in this response.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],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/v5/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/v5/File)`)` The files returned in this response. |"]]