Tag
                                Tag                            
                            Represents a tag
JSON Example
                                    {
    "categoryId": "string",
    "categoryName": "string",
    "id": "string",
    "name": "string"
}
            
            
                                    string
                
                
            
        
        
                categoryId            
                            Optional
            
            
        ID of the tag category
            
            
                                    string
                
                
            
        
        
                categoryName            
                            Optional
            
            
        Category name of the tag
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        ID of the tag
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
            
            
        Name of the tag
