ListDeploymentsResponse

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.