Compartilhar via


DevicesGetDeviceClassDeviceIdsResponse type

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

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