GoogleDevtoolsArtifactregistryV1File constructor

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

Implementation

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