View Source GoogleApi.CloudDeploy.V1.Model.RollbackTargetConfig (google_api_cloud_deploy v0.13.0)
Configs for the Rollback rollout.
Attributes
-
rollout(type:GoogleApi.CloudDeploy.V1.Model.Rollout.t, default:nil) - Optional. The rollbackRolloutto create. -
startingPhaseId(type:String.t, default:nil) - Optional. The starting phase ID for theRollout. If unspecified, theRolloutwill start in the stable phase.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.RollbackTargetConfig{ rollout: GoogleApi.CloudDeploy.V1.Model.Rollout.t() | nil, startingPhaseId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.