Skip to main content

Topic Model

The Topic class represents a topic within the community, capturing essential attributes such as the name, unique identifier, and its current enabled status. This model is crucial for managing and displaying community-specific topics. Below are the details of the Topic model:

Properties

VariableTypeDescriptionOptional
nameStringThe name of the community topic.
idStringThe unique identifier of the community topic.
isEnabledboolIndicates whether the topic is enabled.