Gateway constructor

Gateway({
  1. String? capacity,
  2. List<String>? cloudRouters,
  3. List<IpRangeReservation>? ipRangeReservations,
  4. String? sacAttachment,
})

Implementation

Gateway({
  this.capacity,
  this.cloudRouters,
  this.ipRangeReservations,
  this.sacAttachment,
});