CreateRobotResponse constructor

CreateRobotResponse({
  1. Architecture? architecture,
  2. String? arn,
  3. DateTime? createdAt,
  4. String? greengrassGroupId,
  5. String? name,
  6. Map<String, String>? tags,
})

Implementation

CreateRobotResponse({
  this.architecture,
  this.arn,
  this.createdAt,
  this.greengrassGroupId,
  this.name,
  this.tags,
});