CheckSetQueryResourceResult
                                CheckSetQueryResourceResult                            
                            
                            Represents a result of a check-set query call for a given resource
JSON Example
                                    {
    "resourceName": "string",
    "resourceId": "string",
    "resourceType": "string",
    "resourceVersion": "string",
    "domain": {
        "domainId": "string",
        "domainName": "string",
        "domainType": "string"
    },
    "checkSets": [
        {
            "checkSetId": "string",
            "checkSetName": "string",
            "checkSetType": "string"
        }
    ],
    "extraContext": {
        "extraContext": {}
    }
}
            
            
                                    string
                
                
            
        
        
                resourceName            
                            Optional
            
            
        Name of the resource
            
            
                                    string
                
                
            
        
        
                resourceId            
                            Optional
            
            
        Id of the resource
            
            
                                    string
                
                
            
        
        
                resourceType            
                            Optional
            
            
        Type of the resource
            
            
                                    string
                
                
            
        
        
                resourceVersion            
                            Optional
            
            
        Current version of the resource
            
            
                                    object
                
                
            
        
        
                extraContext            
                            Optional
            
            
        extraContext
