Robot class
Information about a robot.
Constructors
- Robot({Architecture? architecture, String? arn, DateTime? createdAt, String? fleetArn, String? greenGrassGroupId, String? lastDeploymentJob, DateTime? lastDeploymentTime, String? name, RobotStatus? status})
-
Robot.fromJson(Map<
String, dynamic> json) -
factory
Properties
- architecture → Architecture?
-
The architecture of the robot.
final
- arn → String?
-
The Amazon Resource Name (ARN) of the robot.
final
- createdAt → DateTime?
-
The time, in milliseconds since the epoch, when the robot was created.
final
- fleetArn → String?
-
The Amazon Resource Name (ARN) of the fleet.
final
- greenGrassGroupId → String?
-
The Greengrass group associated with the robot.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastDeploymentJob → String?
-
The Amazon Resource Name (ARN) of the last deployment job.
final
- lastDeploymentTime → DateTime?
-
The time of the last deployment.
final
- name → String?
-
The name of the robot.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RobotStatus?
-
The status of the robot.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited