DocumentAttributeConfiguration¶
Structure Class¶
DocumentAttributeConfiguration
dataclass
¶
Configuration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.
For more information, see Understanding document attributes.
Attributes¶
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of the document attribute.
search
class-attribute
instance-attribute
¶
search: Status | None = None
Information about whether the document attribute can be used by an end user to search for information on their web experience.
type
class-attribute
instance-attribute
¶
type: AttributeType | None = None
The type of document attribute.