UpdateRobotApplicationResponse constructor

UpdateRobotApplicationResponse({
  1. String? arn,
  2. DateTime? lastUpdatedAt,
  3. String? name,
  4. String? revisionId,
  5. RobotSoftwareSuite? robotSoftwareSuite,
  6. List<Source>? sources,
  7. String? version,
})

Implementation

UpdateRobotApplicationResponse({
  this.arn,
  this.lastUpdatedAt,
  this.name,
  this.revisionId,
  this.robotSoftwareSuite,
  this.sources,
  this.version,
});