PrewarmArtifactRequest constructor

PrewarmArtifactRequest({
  1. bool? force,
  2. PrewarmPlatform? platform,
  3. String? retentionDays,
  4. String? streamLocation,
  5. String? tag,
  6. String? version,
})

Implementation

PrewarmArtifactRequest({
  this.force,
  this.platform,
  this.retentionDays,
  this.streamLocation,
  this.tag,
  this.version,
});