List List Schema Plain Args
data class ListListSchemaPlainArgs(val connectionId: String? = null, val content: String? = null, val direction: Either<String, SchemaDirection>? = null, val id: String? = null, val name: String? = null, val pipelineName: String, val resourceGroupName: String, val schemaType: Either<String, SchemaType>? = null, val schemaUri: String? = null, val status: Either<String, SchemaStatus>? = null) : ConvertibleToJava<ListListSchemaPlainArgs>
Constructors
Link copied to clipboard
constructor(connectionId: String? = null, content: String? = null, direction: Either<String, SchemaDirection>? = null, id: String? = null, name: String? = null, pipelineName: String, resourceGroupName: String, schemaType: Either<String, SchemaType>? = null, schemaUri: String? = null, status: Either<String, SchemaStatus>? = null)
Properties
Link copied to clipboard
Connection ID associated with this schema
Link copied to clipboard
The direction of the schema.
Link copied to clipboard
The name for the pipeline that is to be requested.
Link copied to clipboard
The name of the resource group. The name is case insensitive.
Link copied to clipboard
The Schema Type
Link copied to clipboard
Status of the schema