ListBuildsResponse

Response including listed builds.

JSON representation
{
  "builds": [
    {
      object (Build)
    }
  ],
  "nextPageToken": string
}
Fields
builds[]

object (Build)

Builds will be sorted by createTime, descending.

nextPageToken

string

Token to receive the next page of results. This will be absent if the end of the response list has been reached.