GoogleChromeManagementV1CpuInfo class
CPU specifications for the device * This field provides device information, which is static and will not change over time.
- Data for this field is controlled via policy: ReportDeviceCpuInfo
- Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_CPU_INFO
Constructors
- GoogleChromeManagementV1CpuInfo({String? architecture, bool? keylockerConfigured, bool? keylockerSupported, int? maxClockSpeed, String? model})
- GoogleChromeManagementV1CpuInfo.fromJson(Map json_)
Properties
- architecture ↔ String?
-
Architecture type for the CPU.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keylockerConfigured ↔ bool?
-
Whether keylocker is configured.
TRUE
= Enabled;FALSE
= disabled.getter/setter pair - keylockerSupported ↔ bool?
-
Whether keylocker is supported.
getter/setter pair
- maxClockSpeed ↔ int?
-
The max CPU clock speed in kHz.
getter/setter pair
- model ↔ String?
-
The CPU model name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited