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 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 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,["# FileList\n\n- [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| `next``Page``Token` | `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. |"]]