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