GetDocumentSchemaResult

data class GetDocumentSchemaResult(val createTime: String, val description: String, val displayName: String, val documentIsFolder: Boolean, val name: String, val propertyDefinitions: List<GoogleCloudContentwarehouseV1PropertyDefinitionResponse>, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDocumentSchemaResult(createTime: String, description: String, displayName: String, documentIsFolder: Boolean, name: String, propertyDefinitions: List<GoogleCloudContentwarehouseV1PropertyDefinitionResponse>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the document schema is created.

Link copied to clipboard

Schema description.

Link copied to clipboard

Name of the schema given by the user. Must be unique per project.

Link copied to clipboard

Document Type, true refers the document is a folder, otherwise it is a typical document.

Link copied to clipboard

The resource name of the document schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}. The name is ignored when creating a document schema.

Link copied to clipboard

The time when the document schema is last updated.