VpnGateway constructor

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

Implementation

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