# AssetNote
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **String** | Note content |
**user_id** | [**uuid::Uuid**](uuid::Uuid.md) | Who updated the note (UUID) |
**user_name** | **String** | User name |
**updated_at** | **String** | ISO Timestamp when last updated |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)