# LogContentInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | **string** | Log content | [optional] [default to undefined] **type** | **string** | Log type (info, error, warning) | [optional] [default to undefined] **timeStamp** | **number** | Log entry timestamp | [optional] [default to undefined] ## Example ```typescript import { LogContentInner } from './api'; const instance: LogContentInner = { content, type, timeStamp, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)