Address constructor

Address({
  1. String? address,
  2. String? addressType,
  3. String? creationTimestamp,
  4. String? description,
  5. String? id,
  6. String? ipCollection,
  7. String? ipVersion,
  8. String? ipv6EndpointType,
  9. String? kind,
  10. String? labelFingerprint,
  11. Map<String, String>? labels,
  12. String? name,
  13. String? network,
  14. String? networkTier,
  15. int? prefixLength,
  16. String? purpose,
  17. String? region,
  18. String? selfLink,
  19. String? status,
  20. String? subnetwork,
  21. List<String>? users,
})

Implementation

Address({
  this.address,
  this.addressType,
  this.creationTimestamp,
  this.description,
  this.id,
  this.ipCollection,
  this.ipVersion,
  this.ipv6EndpointType,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.network,
  this.networkTier,
  this.prefixLength,
  this.purpose,
  this.region,
  this.selfLink,
  this.status,
  this.subnetwork,
  this.users,
});