Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

File metadata and controls

20 lines (14 loc) · 404 Bytes

FastCommentsClient::GetV2PageReactUsersResponse

Properties

Name Type Description Notes
user_names Array<String>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetV2PageReactUsersResponse.new(
  user_names: null,
  status: null
)