Repository constructor

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

Implementation

Repository({
  this.cleanupPolicies,
  this.cleanupPolicyDryRun,
  this.createTime,
  this.description,
  this.dockerConfig,
  this.format,
  this.kmsKeyName,
  this.labels,
  this.mavenConfig,
  this.mode,
  this.name,
  this.remoteRepositoryConfig,
  this.satisfiesPzs,
  this.sizeBytes,
  this.updateTime,
  this.virtualRepositoryConfig,
});