Repository constructor
Repository({
- Map<
String, CleanupPolicy> ? cleanupPolicies, - bool? cleanupPolicyDryRun,
- String? createTime,
- String? description,
- bool? disallowUnspecifiedMode,
- DockerRepositoryConfig? dockerConfig,
- String? format,
- String? kmsKeyName,
- Map<
String, String> ? labels, - MavenRepositoryConfig? mavenConfig,
- String? mode,
- String? name,
- RemoteRepositoryConfig? remoteRepositoryConfig,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? sizeBytes,
- String? updateTime,
- VirtualRepositoryConfig? virtualRepositoryConfig,
Implementation
Repository({
this.cleanupPolicies,
this.cleanupPolicyDryRun,
this.createTime,
this.description,
this.disallowUnspecifiedMode,
this.dockerConfig,
this.format,
this.kmsKeyName,
this.labels,
this.mavenConfig,
this.mode,
this.name,
this.remoteRepositoryConfig,
this.satisfiesPzi,
this.satisfiesPzs,
this.sizeBytes,
this.updateTime,
this.virtualRepositoryConfig,
});