InlineEventPropertiesResponse

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
constructor(dataSchemaUrl: String? = null, description: String? = null, documentationUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSchemaUrl: String? = null

The dataSchemaUrl for the inline event.

Link copied to clipboard
val description: String? = null

The description for the inline event.

Link copied to clipboard

The documentationUrl for the inline event.