AutomationRuleCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
AutomationRuleCondition
contains conditions relevant to an
Automation
rule.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
targets_present_condition |
google.cloud.deploy_v1.types.TargetsPresentCondition
Optional. Details around targets enumerated in the rule. |
timed_promote_release_condition |
google.cloud.deploy_v1.types.TimedPromoteReleaseCondition
Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined. This field is a member of oneof _ rule_type_condition .
|