VpnGateway constructor

VpnGateway({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? labelFingerprint,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? network,
  9. String? region,
  10. String? selfLink,
  11. String? stackType,
  12. List<VpnGatewayVpnGatewayInterface>? vpnInterfaces,
})

Implementation

VpnGateway({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.network,
  this.region,
  this.selfLink,
  this.stackType,
  this.vpnInterfaces,
});