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