Document Schema Args
data class DocumentSchemaArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val documentIsFolder: Output<Boolean>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val propertyDefinitions: Output<List<GoogleCloudContentwarehouseV1PropertyDefinitionArgs>>? = null) : ConvertibleToJava<DocumentSchemaArgs>
Creates a document schema.
Constructors
Link copied to clipboard
fun DocumentSchemaArgs(description: Output<String>? = null, displayName: Output<String>? = null, documentIsFolder: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, propertyDefinitions: Output<List<GoogleCloudContentwarehouseV1PropertyDefinitionArgs>>? = null)