Class: Google::Apis::ClouddeployV1::AutomationRuleCondition
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::AutomationRuleCondition
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
AutomationRuleCondition contains conditions relevant to an Automation rule.
Instance Attribute Summary collapse
-
#targets_present_condition ⇒ Google::Apis::ClouddeployV1::TargetsPresentCondition
TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutomationRuleCondition
constructor
A new instance of AutomationRuleCondition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AutomationRuleCondition
Returns a new instance of AutomationRuleCondition.
579 580 581 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 579 def initialize(**args) update!(**args) end |
Instance Attribute Details
#targets_present_condition ⇒ Google::Apis::ClouddeployV1::TargetsPresentCondition
TargetsPresentCondition contains information on any Targets defined in the
Delivery Pipeline that do not actually exist.
Corresponds to the JSON property targetsPresentCondition
577 578 579 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 577 def targets_present_condition @targets_present_condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
584 585 586 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 584 def update!(**args) @targets_present_condition = args[:targets_present_condition] if args.key?(:targets_present_condition) end |