Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 392 Bytes

File metadata and controls

20 lines (14 loc) · 392 Bytes

FastCommentsClient::GetUserNotificationCountResponse

Properties

Name Type Description Notes
status APIStatus
count Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserNotificationCountResponse.new(
  status: null,
  count: null
)