DeploymentsGetAllDeploymentsNextResponse type
包含 getAllDeploymentsNext作的響應數據。
type DeploymentsGetAllDeploymentsNextResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}