Address constructor

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

Implementation

Address({
  this.address,
  this.addressType,
  this.creationTimestamp,
  this.description,
  this.id,
  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,
});