DevicesGetDeviceClassDeviceIdsResponse type
Contiene i dati di risposta per l'operazione getDeviceClassDeviceIds.
type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}