GetRuleSetResult

data class GetRuleSetResult(val description: String, val name: String, val rules: List<GoogleCloudContentwarehouseV1RuleResponse>, val source: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Short description of the rule-set.

Link copied to clipboard

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.

Link copied to clipboard

List of rules given by the customer.

Link copied to clipboard

Source of the rules i.e., customer name.