Get Function Result
data class GetFunctionResult(val buildConfig: BuildConfigResponse, val description: String, val environment: String, val eventTrigger: EventTriggerResponse, val kmsKeyName: String, val labels: Map<String, String>, val name: String, val serviceConfig: ServiceConfigResponse, val state: String, val stateMessages: List<GoogleCloudFunctionsV2betaStateMessageResponse>, val updateTime: String)
Constructors
Link copied to clipboard
fun GetFunctionResult(buildConfig: BuildConfigResponse, description: String, environment: String, eventTrigger: EventTriggerResponse, kmsKeyName: String, labels: Map<String, String>, name: String, serviceConfig: ServiceConfigResponse, state: String, stateMessages: List<GoogleCloudFunctionsV2betaStateMessageResponse>, updateTime: String)