Delen via


DeploymentsGetDeploymentDevicesResponse type

Bevat antwoordgegevens voor de bewerking getDeploymentDevices.

type DeploymentsGetDeploymentDevicesResponse =
  PageableListOfDeploymentDeviceStates & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfDeploymentDeviceStates
    }
  }