OutputOrganisation
May 24, 2025 ยท View on GitHub
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] | |
| name | String | ||
| description | String | ||
| task_rule | String | ||
| observable_rule | String | ||
| locked | bool | ||
| extra_data | std::collections::HashMap<String, serde_json::Value> | ||
| links | Option<Vecmodels::InputOrganisationLink> | [optional] | |
| avatar | Option<String> | [optional] |