DeploymentsGetAllDeploymentsNextResponse type
getAllDeploymentsNext 操作の応答データが含まれます。
type DeploymentsGetAllDeploymentsNextResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}