VpnGatewayAggregatedList constructor

VpnGatewayAggregatedList({
  1. String? id,
  2. Map<String, VpnGatewaysScopedList>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. String? selfLink,
  6. List<String>? unreachables,
  7. VpnGatewayAggregatedListWarning? warning,
})

Implementation

VpnGatewayAggregatedList({
  this.id,
  this.items,
  this.kind,
  this.nextPageToken,
  this.selfLink,
  this.unreachables,
  this.warning,
});