| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | Boolean | [optional] | |
| text_by_locale | Hash<String, String> | Construct a type with a set of properties K of type T | [optional] |
| last_updated | Time | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::TOSConfig.new(
enabled: null,
text_by_locale: null,
last_updated: null
)