CreateRobotResponse class
Constructors
- 
          CreateRobotResponse({Architecture? architecture, String? arn, DateTime? createdAt, String? greengrassGroupId, String? name, Map<String, String> ? tags})
- 
          CreateRobotResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- architecture → Architecture?
- 
  The target 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
- greengrassGroupId → String?
- 
  The Amazon Resource Name (ARN) of the Greengrass group associated with the
robot.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  The name of the robot.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  The list of all tags added to 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