ConfigBlockingFunctionsTrigger

data class ConfigBlockingFunctionsTrigger(val eventType: String, val functionUri: String, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(eventType: String, functionUri: String, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for this object. Format specified above.

Link copied to clipboard

HTTP URI trigger for the Cloud Function.

Link copied to clipboard
val updateTime: String? = null

(Output) When the trigger was changed.