SchemaResponse

data class SchemaResponse(val connectionId: String? = null, val content: String? = null, val direction: String? = null, val id: String? = null, val name: String? = null, val schemaType: String? = null, val schemaUri: String? = null, val status: String? = null)

The schema object.

Constructors

Link copied to clipboard
constructor(connectionId: String? = null, content: String? = null, direction: String? = null, id: String? = null, name: String? = null, schemaType: String? = null, schemaUri: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionId: String? = null

Connection ID associated with this schema

Link copied to clipboard
val content: String? = null

Content of the schema

Link copied to clipboard
val direction: String? = null

The direction of the schema.

Link copied to clipboard
val id: String? = null

ID associated with this schema

Link copied to clipboard
val name: String? = null

Name of the schema

Link copied to clipboard
val schemaType: String? = null

The Schema Type

Link copied to clipboard
val schemaUri: String? = null

Uri containing SAS token for the zipped schema

Link copied to clipboard
val status: String? = null

Status of the schema