DomainInputMappingDefaultValues

data class DomainInputMappingDefaultValues(val dataVersion: String? = null, val eventType: String? = null, val subject: String? = null)

Constructors

Link copied to clipboard
constructor(dataVersion: String? = null, eventType: String? = null, subject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataVersion: String? = null

Specifies the default data version of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val eventType: String? = null

Specifies the default event type of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val subject: String? = null

Specifies the default subject of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.