# Instrument
## Properties
**inst_id** | Option<**String**> | User provided Instrument ID | [optional]
**inst_name** | Option<**String**> | Instrument name | [optional]
**inst_description** | Option<**String**> | Instrument description | [optional]
**chords_id** | Option<**String**> | ID generated by CHORDS | [optional]
**owner** | Option<**String**> | Owner of the instrument | [optional]
**site_id** | Option<**String**> | The CHORDS site id to which instrument attached to | [optional]
**created_at** | Option<**String**> | ISO8601 datetime string for object creation date | [optional]
**last_updated** | Option<**String**> | ISO8601 datetime string for object updated date | [optional]
**tags** | Option<**Vec<String>**> | arrays of tags on the instruments | [optional]
**metadata** | Option<[**serde_json::Value**](.md)> | User entered metadata for the instruments | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)