RuleSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a set of rules from a single customer.
Attributes |
|
|---|---|
| Name | Description |
name |
str
The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set. |
description |
str
Short description of the rule-set. |
source |
str
Source of the rules i.e., customer name. |
rules |
MutableSequence[google.cloud.contentwarehouse_v1.types.Rule]
List of rules given by the customer. |