DeploymentsGetAllDeploymentsNextResponse type
包含 getAllDeploymentsNext作的响应数据。
type DeploymentsGetAllDeploymentsNextResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}