| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| user_ids_online | Hash<String, Boolean> | Construct a type with a set of properties K of type T |
require 'fastcomments-client'
instance = FastCommentsClient::GetUserPresenceStatusesResponse.new(
status: null,
user_ids_online: null
)