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

Information specifying where to deploy a Cloud Run Service.

Attributes

  • location (type: String.t, default: nil) - Required. The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.