GetFunctionBuildConfig

data class GetFunctionBuildConfig(val build: String, val dockerRepository: String, val entryPoint: String, val environmentVariables: Map<String, String>, val runtime: String, val sources: List<GetFunctionBuildConfigSource>, val workerPool: String)

Constructors

Link copied to clipboard
constructor(build: String, dockerRepository: String, entryPoint: String, environmentVariables: Map<String, String>, runtime: String, sources: List<GetFunctionBuildConfigSource>, workerPool: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard