GoogleCloudContentwarehouseV1Rule constructor

GoogleCloudContentwarehouseV1Rule({
  1. List<GoogleCloudContentwarehouseV1Action>? actions,
  2. String? condition,
  3. String? description,
  4. String? ruleId,
  5. String? triggerType,
})

Implementation

GoogleCloudContentwarehouseV1Rule({
  this.actions,
  this.condition,
  this.description,
  this.ruleId,
  this.triggerType,
});