GoogleApi.CloudDeploy.V1.Model.TargetRender (google_api_cloud_deploy v0.2.0) View Source

Details of rendering for a single target.

Attributes

  • renderingBuild (type: String.t, default: nil) - Output only. The resource name of the Cloud Build Build object that is used to render the manifest for this target. Format is projects/{project}/locations/{location}/builds/{build}.
  • renderingState (type: String.t, default: nil) - Output only. Current state of the render operation for this Target.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDeploy.V1.Model.TargetRender{
  renderingBuild: String.t() | nil,
  renderingState: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.