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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** |  | 
**group** | Option<**String**> |  | [optional]
**description** | Option<**String**> |  | [optional]
**status** | Option<**String**> |  | [optional]
**flag** | Option<**bool**> |  | [optional][default to false]
**start_date** | Option<**i64**> |  | [optional]
**end_date** | Option<**i64**> |  | [optional]
**order** | Option<**i32**> |  | [optional]
**due_date** | Option<**i64**> |  | [optional]
**assignee** | Option<**String**> |  | [optional]
**mandatory** | Option<**bool**> |  | [optional][default to false]

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