Get Document Schema Result
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)
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
Document details.
Link copied to clipboard
The time when the document schema is last updated.