Trigger Destination
data class TriggerDestination(val cloudFunction: String? = null, val cloudRunService: TriggerDestinationCloudRunService? = null, val gke: TriggerDestinationGke? = null, val workflow: String? = null)
Constructors
Link copied to clipboard
fun TriggerDestination(cloudFunction: String? = null, cloudRunService: TriggerDestinationCloudRunService? = null, gke: TriggerDestinationGke? = null, workflow: String? = null)