共用方式為


DeploymentsGetDeploymentDevicesNextResponse type

包含 getDeploymentDevicesNext作的響應數據。

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