GoogleChromeManagementV1GraphicsInfo class
Information of the graphics subsystem.
- This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceGraphicsStatus
- 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_GRAPHICS_INFO
Constructors
-
GoogleChromeManagementV1GraphicsInfo({GoogleChromeManagementV1GraphicsAdapterInfo? adapterInfo, List<
GoogleChromeManagementV1DisplayDevice> ? displayDevices, bool? eprivacySupported, GoogleChromeManagementV1TouchScreenInfo? touchScreenInfo}) - GoogleChromeManagementV1GraphicsInfo.fromJson(Map json_)
Properties
- adapterInfo ↔ GoogleChromeManagementV1GraphicsAdapterInfo?
-
Information about the graphics adapter (GPU).
getter/setter pair
-
displayDevices
↔ List<
GoogleChromeManagementV1DisplayDevice> ? -
Information about the display(s) of the device.
getter/setter pair
- eprivacySupported ↔ bool?
-
Is ePrivacy screen supported or not.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- touchScreenInfo ↔ GoogleChromeManagementV1TouchScreenInfo?
-
Information about the internal touch screen(s) of the device.
getter/setter pair
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