ListByoipCidrsResponse constructor

ListByoipCidrsResponse({
  1. List<ByoipCidr>? byoipCidrs,
  2. String? nextToken,
})

Implementation

ListByoipCidrsResponse({
  this.byoipCidrs,
  this.nextToken,
});