ExternalVpnGateway constructor

ExternalVpnGateway({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. List<ExternalVpnGatewayInterface>? interfaces,
  5. String? kind,
  6. String? labelFingerprint,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? redundancyType,
  10. String? selfLink,
})

Implementation

ExternalVpnGateway({
  this.creationTimestamp,
  this.description,
  this.id,
  this.interfaces,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.redundancyType,
  this.selfLink,
});