Subnetwork constructor

Subnetwork({
  1. String? creationTimestamp,
  2. String? description,
  3. bool? enableFlowLogs,
  4. String? externalIpv6Prefix,
  5. String? fingerprint,
  6. String? gatewayAddress,
  7. String? id,
  8. String? internalIpv6Prefix,
  9. String? ipCidrRange,
  10. String? ipv6AccessType,
  11. String? ipv6CidrRange,
  12. String? kind,
  13. SubnetworkLogConfig? logConfig,
  14. String? name,
  15. String? network,
  16. bool? privateIpGoogleAccess,
  17. String? privateIpv6GoogleAccess,
  18. String? purpose,
  19. String? region,
  20. String? reservedInternalRange,
  21. String? role,
  22. List<SubnetworkSecondaryRange>? secondaryIpRanges,
  23. String? selfLink,
  24. String? stackType,
  25. String? state,
})

Implementation

Subnetwork({
  this.creationTimestamp,
  this.description,
  this.enableFlowLogs,
  this.externalIpv6Prefix,
  this.fingerprint,
  this.gatewayAddress,
  this.id,
  this.internalIpv6Prefix,
  this.ipCidrRange,
  this.ipv6AccessType,
  this.ipv6CidrRange,
  this.kind,
  this.logConfig,
  this.name,
  this.network,
  this.privateIpGoogleAccess,
  this.privateIpv6GoogleAccess,
  this.purpose,
  this.region,
  this.reservedInternalRange,
  this.role,
  this.secondaryIpRanges,
  this.selfLink,
  this.stackType,
  this.state,
});