GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse class
Response containing a list of devices with a specific type of hardware specification from the requested hardware type.
Constructors
-
GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse({List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? cpuReports, List<GoogleChromeManagementV1DeviceHardwareCountReport> ? memoryReports, List<GoogleChromeManagementV1DeviceHardwareCountReport> ? modelReports, List<GoogleChromeManagementV1DeviceHardwareCountReport> ? storageReports}) - GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse.fromJson(Map json_)
Properties
-
cpuReports
↔ List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? -
The DeviceHardwareCountReport for device cpu type (for example Intel(R)
Core(TM) i7-10610U CPU @ 1.80GHz).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
memoryReports
↔ List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? -
The DeviceHardwareCountReport for device memory amount in gigabytes (for
example 16).
getter/setter pair
-
modelReports
↔ List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? -
The DeviceHardwareCountReport for device model type (for example Acer C7
Chromebook).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
storageReports
↔ List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? -
The DeviceHardwareCountReport for device storage amount in gigabytes (for
example 128).
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