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)
Constructors
Link copied to clipboard
fun GetDocumentSchemaResult(createTime: String, description: String, displayName: String, documentIsFolder: Boolean, name: String, propertyDefinitions: List<GoogleCloudContentwarehouseV1PropertyDefinitionResponse>, updateTime: String)