GoogleCloudContentwarehouseV1RuleSet class
Represents a set of rules from a single customer.
Constructors
-
GoogleCloudContentwarehouseV1RuleSet({String? description, String? name, List<
GoogleCloudContentwarehouseV1Rule> ? rules, String? source}) - GoogleCloudContentwarehouseV1RuleSet.fromJson(Map json_)
Properties
- description ↔ String?
-
Short description of the rule-set.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the rule set.
getter/setter pair
-
rules
↔ List<
GoogleCloudContentwarehouseV1Rule> ? -
List of rules given by the customer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
Source of the rules i.e., customer name.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited