CountArtifactsRequest constructor

CountArtifactsRequest({
  1. Query? query,
  2. String? view,
})

Implementation

CountArtifactsRequest({
  this.query,
  this.view,
});