SimulationApplicationSummary constructor

SimulationApplicationSummary({
  1. String? arn,
  2. DateTime? lastUpdatedAt,
  3. String? name,
  4. RobotSoftwareSuite? robotSoftwareSuite,
  5. SimulationSoftwareSuite? simulationSoftwareSuite,
  6. String? version,
})

Implementation

SimulationApplicationSummary({
  this.arn,
  this.lastUpdatedAt,
  this.name,
  this.robotSoftwareSuite,
  this.simulationSoftwareSuite,
  this.version,
});