ListCreativesResponse

A response for listing creatives.

JSON representation
{
  "creatives": [
    {
      object (Creative)
    }
  ],
  "nextPageToken": string
}
Fields
creatives[]

object (Creative)

The list of creatives.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.pageToken field in the subsequent call to the creatives.list method to retrieve the next page of results.