DevicesGetAllDevicesNextResponse type
Contém dados de resposta para a operação getAllDevicesNext.
type DevicesGetAllDevicesNextResponse = PageableListOfDevices & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDevices
}
}