CreateSimulationApplicationResponse constructor

CreateSimulationApplicationResponse({
  1. String? arn,
  2. DateTime? lastUpdatedAt,
  3. String? name,
  4. RenderingEngine? renderingEngine,
  5. String? revisionId,
  6. RobotSoftwareSuite? robotSoftwareSuite,
  7. SimulationSoftwareSuite? simulationSoftwareSuite,
  8. List<Source>? sources,
  9. Map<String, String>? tags,
  10. String? version,
})

Implementation

CreateSimulationApplicationResponse({
  this.arn,
  this.lastUpdatedAt,
  this.name,
  this.renderingEngine,
  this.revisionId,
  this.robotSoftwareSuite,
  this.simulationSoftwareSuite,
  this.sources,
  this.tags,
  this.version,
});