GoogleApi.CloudDeploy.V1.Model.AdvanceChildRolloutJobRun (google_api_cloud_deploy v0.14.0)

View Source

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/{rollout}.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.