EventTypeInfoResponse

data class EventTypeInfoResponse(val inlineEventTypes: Map<String, InlineEventPropertiesResponse>? = null, val kind: String? = null)

The event type information for Channels.

Constructors

Link copied to clipboard
constructor(inlineEventTypes: Map<String, InlineEventPropertiesResponse>? = null, kind: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.

Link copied to clipboard
val kind: String? = null

The kind of event type used.