Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 510 Bytes

File metadata and controls

22 lines (16 loc) · 510 Bytes

FastCommentsClient::TOSConfig

Properties

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]

Example

require 'fastcomments-client'

instance = FastCommentsClient::TOSConfig.new(
  enabled: null,
  text_by_locale: null,
  last_updated: null
)