Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 671 Bytes

File metadata and controls

28 lines (22 loc) · 671 Bytes

FastCommentsClient::PageUsersOnlineResponse

Properties

Name Type Description Notes
next_after_user_id String
next_after_name String
total_count Float
anon_count Float
users Array<PageUserEntry>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::PageUsersOnlineResponse.new(
  next_after_user_id: null,
  next_after_name: null,
  total_count: null,
  anon_count: null,
  users: null,
  status: null
)