DirectoryChromeosdevicesCommand class
Information regarding a command that was issued to a device.
Constructors
- DirectoryChromeosdevicesCommand({String? commandExpireTime, String? commandId, DirectoryChromeosdevicesCommandResult? commandResult, String? issueTime, String? payload, String? state, String? type})
- DirectoryChromeosdevicesCommand.fromJson(Map json_)
Properties
- commandExpireTime ↔ String?
-
The time at which the command will expire.
getter/setter pair
- commandId ↔ String?
-
Unique ID of a device command.
getter/setter pair
- commandResult ↔ DirectoryChromeosdevicesCommandResult?
-
The result of the command execution.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueTime ↔ String?
-
The timestamp when the command was issued by the admin.
getter/setter pair
- payload ↔ String?
-
The payload that the command specified, if any.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Indicates the command state.
Possible string values are:
getter/setter pair
- type ↔ String?
-
The type of the command.
Possible string values are:
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