View Source GoogleApi.CloudDeploy.V1.Model.CloudRunRenderMetadata (google_api_cloud_deploy v0.6.0)
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 isprojects/{project}/locations/{location}/services/{service}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.CloudRunRenderMetadata{ service: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.