GoogleDevtoolsArtifactregistryV1Rule constructor

GoogleDevtoolsArtifactregistryV1Rule({
  1. String? action,
  2. Expr? condition,
  3. String? name,
  4. String? operation,
  5. String? packageId,
})

Implementation

GoogleDevtoolsArtifactregistryV1Rule({
  this.action,
  this.condition,
  this.name,
  this.operation,
  this.packageId,
});