AnomalyRuleSetsListResult
                                                                    AnomalyRuleSetsListResult                                                            
                            
                            AllOf
                                        
                                    JSON Example
                                    {
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "rule_sets": [
        {
            "id": "string",
            "display_name": "string",
            "anomaly_type": "string",
            "rule_count": 0
        }
    ]
}