GetSchemaPlainArgs

data class GetSchemaPlainArgs(val project: String? = null, val schemaId: String, val view: String? = null) : ConvertibleToJava<GetSchemaPlainArgs>

Constructors

Link copied to clipboard
fun GetSchemaPlainArgs(project: String? = null, schemaId: String, view: String? = null)

Functions

Link copied to clipboard
open override fun toJava(): GetSchemaPlainArgs

Properties

Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard
val view: String? = null