GatewayGroup constructor

GatewayGroup({
  1. String? arn,
  2. String? description,
  3. String? name,
})

Implementation

GatewayGroup({
  this.arn,
  this.description,
  this.name,
});