ListBucketsResponse

The response from buckets.list.

JSON representation
{
  "buckets": [
    {
      object (LogBucket)
    }
  ],
  "nextPageToken": string
}
Fields
buckets[]

object (LogBucket)

A list of buckets.

nextPageToken

string

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.