DevicesGetDeviceClassDeviceIdsResponse type

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

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