DevicesGetDeviceClassDeviceIdsResponse type
Innehåller svarsdata för åtgärden getDeviceClassDeviceIds.
type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}