GoogleChromeManagementV1KioskAppStatusReport class
Kiosk app status report of a device.
- Available for Kiosks * This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated * Data for this field is controlled via policy: ReportDeviceSessionStatus
- 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_APPS_REPORT
Constructors
- GoogleChromeManagementV1KioskAppStatusReport({String? appId, String? appVersion, String? reportTime})
- GoogleChromeManagementV1KioskAppStatusReport.fromJson(Map json_)
Properties
- appId ↔ String?
-
App id of kiosk app for example "mdmkkicfmmkgmpkmkdikhlbggogpicma"
getter/setter pair
- appVersion ↔ String?
-
App version number of kiosk app for example "1.10.118"
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reportTime ↔ String?
-
Timestamp of when report was collected
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