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
# OutputTask

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** |  | 
**_type** | **String** |  | 
**_created_by** | **String** |  | 
**_created_at** | **i64** |  | 
**_updated_by** | Option<**String**> |  | [optional]
**_updated_at** | Option<**i64**> |  | [optional]
**title** | **String** |  | 
**group** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**status** | **String** |  | 
**flag** | **bool** |  | 
**start_date** | Option<**i64**> |  | [optional]
**end_date** | Option<**i64**> |  | [optional]
**order** | **i32** |  | 
**assignee** | Option<**String**> |  | [optional]
**due_date** | Option<**i64**> |  | [optional]
**mandatory** | **bool** |  | 
**extra_data** | [**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md |  | 

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