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

RenderMetadata includes information associated with a Release render.

Attributes

  • cloudRun (type: GoogleApi.CloudDeploy.V1.Model.CloudRunRenderMetadata.t, default: nil) - Output only. Metadata associated with rendering for Cloud Run.
  • custom (type: GoogleApi.CloudDeploy.V1.Model.CustomMetadata.t, default: nil) - Output only. Custom metadata provided by user-defined render operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RenderMetadata{
  cloudRun: GoogleApi.CloudDeploy.V1.Model.CloudRunRenderMetadata.t() | nil,
  custom: GoogleApi.CloudDeploy.V1.Model.CustomMetadata.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.