Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 453 Bytes

File metadata and controls

24 lines (18 loc) · 453 Bytes

FastCommentsClient::UserNotificationCount

Properties

Name Type Description Notes
_id String
count Float
created_at Time
expire_at Time

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserNotificationCount.new(
  _id: null,
  count: null,
  created_at: null,
  expire_at: null
)