AssessmentTaskInfo
                                AssessmentTaskInfo                            
                            A summary of an assessment execution
JSON Example
                                    {
    "completionTimestamp": 0,
    "domainInputs": [
        {
            "domainId": "string",
            "domainName": "string",
            "domainType": "string"
        }
    ],
    "id": "string",
    "metadata": {
        "componentCount": 0,
        "targetVersion": "5.0.0.0"
    },
    "state": "string",
    "timestamp": 0
}
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                completionTimestamp            
                            Optional
            
            
        Timestamp corresponding to the time when the assessment was finished
                            
                                    array of 
                
            
            
                                    
                        DomainInfo                     
                
                
            
        
        
                domainInputs            
                            Optional
            
            
        The domains that have been assessed in the run associated to the given result
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        The id of the assessment run
                metadata            
                            Optional
            
            
        Metadata about the assessment run that is triggered and passed to the result
            
            
                                    string
                
                
            
        
        
                state            
                            Optional
            
            
        The related task state of the run associated to the given result
            
            
                                    integer As int64
                
                                    As int64
                
            
        
        
                timestamp            
                            Optional
            
            
        Timestamp corresponding to the time when the assessment was initiated
