Repository constructor

Repository({
  1. Map<String, CleanupPolicy>? cleanupPolicies,
  2. bool? cleanupPolicyDryRun,
  3. String? createTime,
  4. String? description,
  5. bool? disallowUnspecifiedMode,
  6. DockerRepositoryConfig? dockerConfig,
  7. String? format,
  8. String? kmsKeyName,
  9. Map<String, String>? labels,
  10. MavenRepositoryConfig? mavenConfig,
  11. String? mode,
  12. String? name,
  13. RemoteRepositoryConfig? remoteRepositoryConfig,
  14. bool? satisfiesPzs,
  15. String? sizeBytes,
  16. String? updateTime,
  17. 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.satisfiesPzs,
  this.sizeBytes,
  this.updateTime,
  this.virtualRepositoryConfig,
});