The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

FileList

Stay organized with collections Save and categorize content based on your preferences.

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.