# TermsOfService
## Properties
**id** | Option<**String**> | The unique identifier of the terms of service. | [optional]
**create_at** | Option<**i64**> | The time at which the terms of service was created. | [optional]
**user_id** | Option<**String**> | The unique identifier of the user who created these terms of service. | [optional]
**text** | Option<**String**> | The text of terms of service. Supports Markdown. | [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)