ListListSchemaResult

data class ListListSchemaResult(val value: List<SchemaResponse>? = null)

The schemas list result.

Constructors

Link copied to clipboard
constructor(value: List<SchemaResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: List<SchemaResponse>? = null

Schemas array.