PropertySchema

data class PropertySchema(val name: String, val type: PropertyType, val required: Boolean)

One property of an EventSchema.

Constructors

Link copied to clipboard
constructor(name: String, type: PropertyType, required: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard