Compartilhar via


DeploymentsGetAllDeploymentsNextResponse type

Contém dados de resposta para a operação getAllDeploymentsNext.

type DeploymentsGetAllDeploymentsNextResponse = PageableListOfDeployments & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfDeployments
  }
}