FileList

  • The content provides a list of files for a report, represented in JSON format.

  • The JSON representation includes fields such as nextPageToken for pagination, kind to identify the resource type, etag, and items which is an array of File objects.

  • The nextPageToken is a string used for pagination and is only valid for a limited time.

  • The kind field is a fixed string "dfareporting#fileList" identifying the resource type.

  • The items field is an array of File objects, representing the files returned in the response.

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.