MessageSchemaReferenceResponse

data class MessageSchemaReferenceResponse(val schemaName: String, val schemaRegistryNamespace: String, val schemaVersion: String)

Defines the message schema reference properties.

Constructors

Link copied to clipboard
constructor(schemaName: String, schemaRegistryNamespace: String, schemaVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message schema name.

Link copied to clipboard

The message schema registry namespace.

Link copied to clipboard

The message schema version.