IndexDocumentAttributeConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the document attribute.

Link copied to clipboard

Information about whether the document attribute can be used by an end user to search for information on their web experience.

Link copied to clipboard

The type of document attribute.