AssociatedGateway constructor

AssociatedGateway({
  1. String? id,
  2. String? ownerAccount,
  3. String? region,
  4. GatewayType? type,
})

Implementation

AssociatedGateway({
  this.id,
  this.ownerAccount,
  this.region,
  this.type,
});