Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 483 Bytes

File metadata and controls

20 lines (14 loc) · 483 Bytes

FastCommentsClient::GetUserPresenceStatusesResponse

Properties

Name Type Description Notes
status APIStatus
user_ids_online Hash<String, Boolean> Construct a type with a set of properties K of type T

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetUserPresenceStatusesResponse.new(
  status: null,
  user_ids_online: null
)