ListDeploymentsResponse

  • Provides a paginated list of deployments.

  • Each page includes deployment details and a token for retrieving subsequent pages.

  • Deployments are returned as a list of Deployment objects.

  • When the nextPageToken field is missing or empty, it signals the end of the list.

Response for deployments.list.

JSON representation
{
  "deployments": [
    {
      object (Deployment)
    }
  ],
  "nextPageToken": string
}
Fields
deployments[]

object (Deployment)

The deployments that match the request.

nextPageToken

string

A pagination token returned from a previous call to deployments.list that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments.