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
Variable | Type | Description | Optional |
---|---|---|---|
name | String | The name of the community topic. | |
id | String | The unique identifier of the community topic. | |
isEnabled | bool | Indicates whether the topic is enabled. |