UploadGenericArtifactRequest constructor

UploadGenericArtifactRequest({
  1. String? filename,
  2. String? packageId,
  3. String? versionId,
})

Implementation

UploadGenericArtifactRequest({
  this.filename,
  this.packageId,
  this.versionId,
});