CreateSimulationApplicationResponse constructor
CreateSimulationApplicationResponse({
- String? arn,
- DateTime? lastUpdatedAt,
- String? name,
- RenderingEngine? renderingEngine,
- String? revisionId,
- RobotSoftwareSuite? robotSoftwareSuite,
- SimulationSoftwareSuite? simulationSoftwareSuite,
- List<
Source> ? sources, - Map<
String, String> ? tags, - String? version,
Implementation
CreateSimulationApplicationResponse({
this.arn,
this.lastUpdatedAt,
this.name,
this.renderingEngine,
this.revisionId,
this.robotSoftwareSuite,
this.simulationSoftwareSuite,
this.sources,
this.tags,
this.version,
});