Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 550 Bytes

File metadata and controls

28 lines (22 loc) · 550 Bytes

FastCommentsClient::EventLogEntry

Properties

Name Type Description Notes
_id String
created_at Time
tenant_id String
url_id String
broadcast_id String
data String

Example

require 'fastcomments-client'

instance = FastCommentsClient::EventLogEntry.new(
  _id: null,
  created_at: null,
  tenant_id: null,
  url_id: null,
  broadcast_id: null,
  data: null
)