PutHookResponseChangesSwagger

@Serializable
data class PutHookResponseChangesSwagger(val config: List<Field>? = null, val displayName: String? = null, val events: List<Event>? = null)

Parameters

config
displayName
events

Constructors

Link copied to clipboard
constructor(config: List<Field>? = null, displayName: String? = null, events: List<Event>? = 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