Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ActionExecutorOutput
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1ActionExecutorOutput
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
Represents the output of the Action Executor.
Instance Attribute Summary collapse
-
#rule_actions_pairs ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RuleActionsPair>
List of rule and corresponding actions result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1ActionExecutorOutput
constructor
A new instance of GoogleCloudContentwarehouseV1ActionExecutorOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1ActionExecutorOutput
Returns a new instance of GoogleCloudContentwarehouseV1ActionExecutorOutput.
651 652 653 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 651 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rule_actions_pairs ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1RuleActionsPair>
List of rule and corresponding actions result.
Corresponds to the JSON property ruleActionsPairs
649 650 651 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 649 def rule_actions_pairs @rule_actions_pairs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
656 657 658 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 656 def update!(**args) @rule_actions_pairs = args[:rule_actions_pairs] if args.key?(:rule_actions_pairs) end |