GroupTag
The GroupTag class represents a tag associated with a group. It contains information about the tag's description, image URL, name, route, and the tag itself. Below are the details of the GroupTag model:
Properties
| Variable | Type | Description | Optional |
|---|---|---|---|
| description | String | A brief description of the tag. | ✓ |
| imageUrl | String | The URL of the image associated with the tag. | ✓ |
| name | String | The name of the tag. | ✓ |
| route | String | The route associated with the tag. | ✓ |
| tag | String | The tag itself. | ✓ |