DeploymentsGetDeploymentDevicesResponse type
Enthält Antwortdaten für den getDeploymentDevices-Vorgang.
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}