BatchChangeChromeOsDeviceStatusRequest class
A request for changing the status of a batch of ChromeOS devices.
Constructors
-
BatchChangeChromeOsDeviceStatusRequest({String? changeChromeOsDeviceStatusAction, String? deprovisionReason, List<
String> ? deviceIds}) - BatchChangeChromeOsDeviceStatusRequest.fromJson(Map json_)
Properties
- changeChromeOsDeviceStatusAction ↔ String?
-
The action to take on the ChromeOS device in order to change its status.
getter/setter pair
- deprovisionReason ↔ String?
-
The reason behind a device deprovision.
getter/setter pair
-
deviceIds
↔ List<
String> ? -
List of the IDs of the ChromeOS devices to change.
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
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