DeploymentsGetDeploymentDevicesNextResponse type
包含 getDeploymentDevicesNext作的响应数据。
type DeploymentsGetDeploymentDevicesNextResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}