ListDeploymentsResponse

deployments.list에 대한 응답입니다.

JSON 표현
{
  "deployments": [
    {
      object (Deployment)
    }
  ],
  "nextPageToken": string
}
필드
deployments[]

object (Deployment)

요청과 일치하는 deployments

nextPageToken

string

이전 deployments.list 호출에서 반환된 페이지로 나누기 토큰으로, 목록이 계속되어야 하는 위치를 나타냅니다. 필드가 누락되었거나 비어 있으면 더 이상 배포가 없는 것입니다.