ListListSchemaPlainArgs

data class ListListSchemaPlainArgs(val connectionId: String? = null, val content: String? = null, val id: String? = null, val name: String? = null, val pipelineName: String, val resourceGroupName: String, val status: Either<String, SchemaStatus>? = null) : ConvertibleToJava<ListListSchemaPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionId: String? = null, content: String? = null, id: String? = null, name: String? = null, pipelineName: String, resourceGroupName: String, status: Either<String, SchemaStatus>? = null)

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 id: String? = null

ID associated with this schema

Link copied to clipboard
val name: String? = null

Name 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
val status: Either<String, SchemaStatus>? = null

Status of the schema

Functions

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