ListDeploymentsResponse

deployments.list 的响应。

JSON 表示法
{
  "deployments": [
    {
      object (Deployment)
    }
  ],
  "nextPageToken": string
}
字段
deployments[]

object (Deployment)

与请求匹配的 deployments

nextPageToken

string

上一次调用 deployments.list 返回的分页令牌,指示商家信息应从哪里继续。如果该字段缺失或为空,则意味着没有更多部署。