DeleteProjectVersionResponse constructor

DeleteProjectVersionResponse({
  1. ProjectVersionStatus? status,
})

Implementation

DeleteProjectVersionResponse({
  this.status,
});