GoogleCloudContentwarehouseV1Rule class
Represents the rule for a content warehouse trigger.
Constructors
-
GoogleCloudContentwarehouseV1Rule({List<
GoogleCloudContentwarehouseV1Action> ? actions, String? condition, String? description, String? ruleId, String? triggerType}) - GoogleCloudContentwarehouseV1Rule.fromJson(Map json_)
Properties
-
actions
↔ List<
GoogleCloudContentwarehouseV1Action> ? -
List of actions that are executed when the rule is satisfied.
getter/setter pair
- condition ↔ String?
-
Represents the conditional expression to be evaluated.
getter/setter pair
- description ↔ String?
-
Short description of the rule and its context.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ruleId ↔ String?
-
ID of the rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- triggerType ↔ String?
-
Identifies the trigger type for running the policy.
Possible string values are:
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