GoogleChromeManagementV1NetworkDevice class
Details about the network device.
- This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportNetworkDeviceConfiguration
- Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A
Constructors
- GoogleChromeManagementV1NetworkDevice({String? iccid, String? imei, String? macAddress, String? mdn, String? meid, String? type})
- GoogleChromeManagementV1NetworkDevice.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iccid ↔ String?
-
The integrated circuit card ID associated with the device's sim card.
getter/setter pair
- imei ↔ String?
-
IMEI (if applicable) of the corresponding network device.
getter/setter pair
- macAddress ↔ String?
-
MAC address (if applicable) of the corresponding network device.
getter/setter pair
- mdn ↔ String?
-
The mobile directory number associated with the device's sim card.
getter/setter pair
- meid ↔ String?
-
MEID (if applicable) of the corresponding network device.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Network device type.
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