Inline Event Properties Response
data class InlineEventPropertiesResponse(val dataSchemaUrl: String? = null, val description: String? = null, val documentationUrl: String? = null)
Additional information about every inline event.
Constructors
Link copied to clipboard
fun InlineEventPropertiesResponse(dataSchemaUrl: String? = null, description: String? = null, documentationUrl: String? = null)