ExternalEventConfigurationItemData

@Serializable
data class ExternalEventConfigurationItemData(val enabled: Boolean? = null, val type: String? = null)

Parameters

enabled
type

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, type: String? = null)

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val type: String? = null