PostHookRequest

@Serializable
data class PostHookRequest(val config: List<Field>? = null, val displayName: String? = null, val events: List<Event>? = null, val isActive: Boolean? = null, val name: String? = null, val templateId: Long? = null)

PostHookRequest

Parameters

config
displayName
events
isActive
name
templateId

Constructors

Link copied to clipboard
constructor(config: List<Field>? = null, displayName: String? = null, events: List<Event>? = null, isActive: Boolean? = null, name: String? = null, templateId: Long? = null)

Properties

Link copied to clipboard
val config: List<Field>? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val events: List<Event>? = null
Link copied to clipboard
val isActive: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val templateId: Long? = null