GoogleCloudContentwarehouseV1RuleSet constructor

GoogleCloudContentwarehouseV1RuleSet({
  1. String? description,
  2. String? name,
  3. List<GoogleCloudContentwarehouseV1Rule>? rules,
  4. String? source,
})

Implementation

GoogleCloudContentwarehouseV1RuleSet({
  this.description,
  this.name,
  this.rules,
  this.source,
});