Project constructor

Project({
  1. String? cloudArmorTier,
  2. Metadata? commonInstanceMetadata,
  3. String? creationTimestamp,
  4. String? defaultNetworkTier,
  5. String? defaultServiceAccount,
  6. String? description,
  7. List<String>? enabledFeatures,
  8. String? id,
  9. String? kind,
  10. String? name,
  11. List<Quota>? quotas,
  12. String? selfLink,
  13. UsageExportLocation? usageExportLocation,
  14. String? vmDnsSetting,
  15. 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,
});