GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceArgs

data class GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceArgs(val name: Output<String>? = null, val processorType: Output<String>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceArgs>

The schema source information.

Constructors

constructor(name: Output<String>? = null, processorType: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The schema name in the source.

Link copied to clipboard
val processorType: Output<String>? = null

The Doc AI processor type name.

Functions

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