thehive-client 0.1.0

Rust client for TheHive API, enabling programmatic management of alerts, cases, observables, tasks, and other security incident response entities.
Documentation
# OutputCasePage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** |  | 
**id** | **String** |  | 
**created_by** | **String** |  | 
**created_at** | **i64** |  | 
**updated_by** | Option<**String**> |  | [optional]
**updated_at** | Option<**i64**> |  | [optional]
**title** | **String** |  | 
**content** | **String** |  | 
**_type** | **String** |  | 
**slug** | **String** |  | 
**order** | **i32** |  | 
**category** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)