View Source GoogleApi.CloudDeploy.V1.Model.AdvanceChildRolloutJobRun (google_api_cloud_deploy v0.6.0)

AdvanceChildRolloutJobRun contains information specific to a advanceChildRollout JobRun.

Attributes

  • rollout (type: String.t, default: nil) - Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}.
  • rolloutPhaseId (type: String.t, default: nil) - Output only. the ID of the ChildRollout's Phase.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.AdvanceChildRolloutJobRun{
  rollout: String.t() | nil,
  rolloutPhaseId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.