GoogleChromeManagementV1StorageInfo class
Status data for storage.
- This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceStorageStatus
- 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_STORAGE_INFO
Constructors
-
GoogleChromeManagementV1StorageInfo({String? availableDiskBytes, String? totalDiskBytes, List<
GoogleChromeManagementV1StorageInfoDiskVolume> ? volume}) - GoogleChromeManagementV1StorageInfo.fromJson(Map json_)
Properties
- availableDiskBytes ↔ String?
-
The available space for user data storage in the device in bytes.
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
- totalDiskBytes ↔ String?
-
The total space for user data storage in the device in bytes.
getter/setter pair
-
volume
↔ List<
GoogleChromeManagementV1StorageInfoDiskVolume> ? -
Information for disk volumes
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