Index Document Attribute Configuration
data class IndexDocumentAttributeConfiguration(val name: String? = null, val search: QBusinessIndexStatus? = null, val type: IndexAttributeType? = null)
Constructors
Link copied to clipboard
constructor(name: String? = null, search: QBusinessIndexStatus? = null, type: IndexAttributeType? = null)