ChangeChromeOsDeviceStatusResult class
The result of a single ChromeOS device for a Change state operation.
Constructors
- ChangeChromeOsDeviceStatusResult({String? deviceId, Status? error, ChangeChromeOsDeviceStatusSucceeded? response})
- ChangeChromeOsDeviceStatusResult.fromJson(Map json_)
Properties
- deviceId ↔ String?
-
The unique ID of the ChromeOS device.
getter/setter pair
- error ↔ Status?
-
The error result of the operation in case of failure.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- response ↔ ChangeChromeOsDeviceStatusSucceeded?
-
The device could change its status successfully.
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