CloudRunLocationResponse

data class CloudRunLocationResponse(val location: String)

Information specifying where to deploy a Cloud Run Service.

Constructors

Link copied to clipboard
constructor(location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location for the Cloud Run Service. Format must be projects/{project}/locations/{location}.