FileList

accountPermissionGroups.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.