# OutputProcedure
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | |
**_created_at** | **i64** | |
**_created_by** | **String** | |
**_updated_at** | Option<**i64**> | | [optional]
**_updated_by** | Option<**String**> | | [optional]
**occur_date** | **i64** | |
**tactic** | **String** | |
**tactic_label** | **String** | |
**description** | Option<**String**> | | [optional]
**pattern_id** | Option<**String**> | | [optional]
**pattern_name** | Option<**String**> | | [optional]
**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)