GoogleDevtoolsArtifactregistryV1File constructor

GoogleDevtoolsArtifactregistryV1File({
  1. String? createTime,
  2. String? fetchTime,
  3. List<Hash>? hashes,
  4. String? name,
  5. String? owner,
  6. String? sizeBytes,
  7. String? updateTime,
})

Implementation

GoogleDevtoolsArtifactregistryV1File({
  this.createTime,
  this.fetchTime,
  this.hashes,
  this.name,
  this.owner,
  this.sizeBytes,
  this.updateTime,
});