Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

File metadata and controls

20 lines (14 loc) · 436 Bytes

FastCommentsClient::GetCachedNotificationCountResponse

Properties

Name Type Description Notes
status APIStatus
data UserNotificationCount

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetCachedNotificationCountResponse.new(
  status: null,
  data: null
)