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

View Source

CloudRunRenderMetadata contains Cloud Run information associated with a Release render.

Attributes

  • service (type: String.t, default: nil) - Output only. The name of the Cloud Run Service in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudDeploy.V1.Model.CloudRunRenderMetadata{
  service: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.