DevicesGetDeviceClassDeviceIdsResponse type
Zawiera dane odpowiedzi dla operacji getDeviceClassDeviceIds.
type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}