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

CreateChildRolloutJobRun contains information specific to a createChildRollout 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 Phase initiated by this JobRun.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.