DescribeRobotApplicationResponse constructor

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

Implementation

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