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