| Name | Type | Description | Notes |
|---|---|---|---|
| timestamp | int, none_type | Time that the log was generated. The time is represented as microseconds since the Unix Epoch. | [optional] |
| level | str, none_type | Level of the log. Possible values are info, warning, and error. | [optional] |
| request_id | str, none_type | ID of the request associated with the log. The requestId is propagated across all logs generated by FreeClimb when processing a request. | [optional] |
| account_id | str, none_type | ID of the account that this log was generated under. | [optional] |
| call_id | str, none_type | ID of the Call associated with the log. Can be set to null if the log was generated without regard to a specific Call. | [optional] |
| message | str, none_type | A simple string describing the event being logged. | [optional] |
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | JSON document containing metadata about the event. Some log messages may include request and response header content in this field. | [optional] |