ReleaseUpdate
                                ReleaseUpdate                            
                            Update to a given release
JSON Example
                                    {
    "baseProductVersion": "string",
    "description": "string",
    "id": "string",
    "productName": "string",
    "releaseDate": "string",
    "releaseUpdateURL": {
        "authority": "string",
        "content": {},
        "defaultPort": 0,
        "file": "string",
        "host": "string",
        "path": "string",
        "port": 0,
        "protocol": "string",
        "query": "string",
        "ref": "string",
        "serializedHashCode": 0,
        "userInfo": "string"
    }
}
            
            
                                    string
                
                
            
        
        
                baseProductVersion            
                            Required
            
            
        Base product version for the release
            
            
                                    string
                
                
            
        
        
                description            
                            Required
            
            
        Description of the release update
            
            
                                    string
                
                
            
        
        
                id            
                            Required
            
            
        Release version
            
            
                                    string
                
                
            
        
        
                productName            
                            Required
            
            
        Product name for which the release update is provided
            
            
                                    string
                
                
            
        
        
                releaseDate            
                            Required
            
            
        Release date e.g. 2020-06-08T02:20:15.844Z in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
