Gateway constructor

Gateway({
  1. String? arn,
  2. String? description,
  3. String? gatewayGroupArn,
  4. String? name,
  5. String? softwareVersion,
})

Implementation

Gateway({
  this.arn,
  this.description,
  this.gatewayGroupArn,
  this.name,
  this.softwareVersion,
});