GetServiceTemplateContainerEnv

data class GetServiceTemplateContainerEnv(val name: String, val value: String, val valueSources: List<GetServiceTemplateContainerEnvValueSource>)

Constructors

Link copied to clipboard
constructor(name: String, value: String, valueSources: List<GetServiceTemplateContainerEnvValueSource>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Cloud Run v2 Service.

Link copied to clipboard

Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.

Link copied to clipboard

Source for the environment variable's value.