GoogleApi.CloudDeploy.V1.Model.AutomationRuleCondition (google_api_cloud_deploy v0.14.0)
View SourceAutomationRuleCondition
contains conditions relevant to an Automation
rule.
Attributes
-
targetsPresentCondition
(type:GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t
, default:nil
) - Optional. Details around targets enumerated in the rule. -
timedPromoteReleaseCondition
(type:GoogleApi.CloudDeploy.V1.Model.TimedPromoteReleaseCondition.t
, default:nil
) - Optional. TimedPromoteReleaseCondition contains rule conditions specific to a an Automation with a timed promote release rule defined.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.AutomationRuleCondition{ targetsPresentCondition: GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t() | nil, timedPromoteReleaseCondition: GoogleApi.CloudDeploy.V1.Model.TimedPromoteReleaseCondition.t() | nil }