GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSourceArgs

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

The schema source information.

Constructors

Functions

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

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.