DevicesGetDeviceClassDeviceIdsNextResponse type
Contains response data for the getDeviceClassDeviceIdsNext operation.
type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}