Project constructor
      
      Project({ 
    
    
- String? cloudArmorTier,
- Metadata? commonInstanceMetadata,
- String? creationTimestamp,
- String? defaultNetworkTier,
- String? defaultServiceAccount,
- String? description,
- List<String> ? enabledFeatures,
- String? id,
- String? kind,
- String? name,
- List<Quota> ? quotas,
- String? selfLink,
- UsageExportLocation? usageExportLocation,
- String? vmDnsSetting,
- String? xpnProjectStatus,
Implementation
Project({
  this.cloudArmorTier,
  this.commonInstanceMetadata,
  this.creationTimestamp,
  this.defaultNetworkTier,
  this.defaultServiceAccount,
  this.description,
  this.enabledFeatures,
  this.id,
  this.kind,
  this.name,
  this.quotas,
  this.selfLink,
  this.usageExportLocation,
  this.vmDnsSetting,
  this.xpnProjectStatus,
});