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