GoogleCloudContentwarehouseV1RuleActionsPair constructor

GoogleCloudContentwarehouseV1RuleActionsPair({
  1. List<GoogleCloudContentwarehouseV1ActionOutput>? actionOutputs,
  2. GoogleCloudContentwarehouseV1Rule? rule,
})

Implementation

GoogleCloudContentwarehouseV1RuleActionsPair({
  this.actionOutputs,
  this.rule,
});