Schema Args
data class SchemaArgs(val connectionId: Output<String>? = null, val content: Output<String>? = null, val direction: Output<Either<String, SchemaDirection>>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val schemaType: Output<Either<String, SchemaType>>? = null, val schemaUri: Output<String>? = null, val status: Output<Either<String, SchemaStatus>>? = null) : ConvertibleToJava<SchemaArgs>
The schema object.
Constructors
Link copied to clipboard
constructor(connectionId: Output<String>? = null, content: Output<String>? = null, direction: Output<Either<String, SchemaDirection>>? = null, id: Output<String>? = null, name: Output<String>? = null, schemaType: Output<Either<String, SchemaType>>? = null, schemaUri: Output<String>? = null, status: Output<Either<String, SchemaStatus>>? = null)