CreateRobotApplicationResponse class

Constructors

CreateRobotApplicationResponse({String? arn, DateTime? lastUpdatedAt, String? name, String? revisionId, RobotSoftwareSuite? robotSoftwareSuite, List<Source>? sources, Map<String, String>? tags, String? version})
CreateRobotApplicationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the robot application.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedAt DateTime?
The time, in milliseconds since the epoch, when the robot application was last updated.
final
name String?
The name of the robot application.
final
revisionId String?
The revision id of the robot application.
final
robotSoftwareSuite RobotSoftwareSuite?
The robot software suite (ROS distribution) used by the robot application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<Source>?
The sources of the robot application.
final
tags Map<String, String>?
The list of all tags added to the robot application.
final
version String?
The version of the robot application.
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