SimulationApplicationSummary constructor
SimulationApplicationSummary({
- String? arn,
- DateTime? lastUpdatedAt,
- String? name,
- RobotSoftwareSuite? robotSoftwareSuite,
- SimulationSoftwareSuite? simulationSoftwareSuite,
- String? version,
Implementation
SimulationApplicationSummary({
this.arn,
this.lastUpdatedAt,
this.name,
this.robotSoftwareSuite,
this.simulationSoftwareSuite,
this.version,
});