GoogleChromeManagementV1TelemetryUserDevice class
Telemetry data collected for a managed user and device.
- Granular permission needed: TELEMETRY_API_DEVICE
Constructors
-
GoogleChromeManagementV1TelemetryUserDevice({List<
GoogleChromeManagementV1AppReport> ? appReport, List<GoogleChromeManagementV1AudioStatusReport> ? audioStatusReport, List<GoogleChromeManagementV1DeviceActivityReport> ? deviceActivityReport, String? deviceId, List<GoogleChromeManagementV1NetworkBandwidthReport> ? networkBandwidthReport, List<GoogleChromeManagementV1PeripheralsReport> ? peripheralsReport}) - GoogleChromeManagementV1TelemetryUserDevice.fromJson(Map json_)
Properties
-
appReport
↔ List<
GoogleChromeManagementV1AppReport> ? -
App reports collected periodically sorted in a decreasing order of
report_time.
getter/setter pair
-
audioStatusReport
↔ List<
GoogleChromeManagementV1AudioStatusReport> ? -
Audio reports collected periodically sorted in a decreasing order of
report_time.
getter/setter pair
-
deviceActivityReport
↔ List<
GoogleChromeManagementV1DeviceActivityReport> ? -
Device activity reports collected periodically sorted in a decreasing
order of report_time.
getter/setter pair
- deviceId ↔ String?
-
The unique Directory API ID of the device.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
networkBandwidthReport
↔ List<
GoogleChromeManagementV1NetworkBandwidthReport> ? -
Network bandwidth reports collected periodically sorted in a decreasing
order of report_time.
getter/setter pair
-
peripheralsReport
↔ List<
GoogleChromeManagementV1PeripheralsReport> ? -
Peripherals reports collected periodically sorted in a decreasing order of
report_time.
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