Aracılığıyla paylaş


DevicesGetDeviceClassDeviceIdsNextResponse type

getDeviceClassDeviceIdsNext işlemi için yanıt verilerini içerir.

type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}