Address constructor
Address({
- String? address,
- String? addressType,
- String? creationTimestamp,
- String? description,
- String? id,
- String? ipVersion,
- String? ipv6EndpointType,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - String? name,
- String? network,
- String? networkTier,
- int? prefixLength,
- String? purpose,
- String? region,
- String? selfLink,
- String? status,
- String? subnetwork,
- 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,
});