Compartir a través de


DeploymentsGetAllDeploymentsNextResponse type

Contiene datos de respuesta para la operación getAllDeploymentsNext.

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