Partilhar via


DevicesGetDeviceClassDeviceIdsNextResponse type

Contém dados de resposta para a operação getDeviceClassDeviceIdsNext.

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