DeploymentsGetAllDeploymentsNextResponse type
getAllDeploymentsNext 操作の応答データを格納します。
type DeploymentsGetAllDeploymentsNextResponse = PageableListOfDeployments & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeployments
}
}