Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 491 Bytes

File metadata and controls

22 lines (16 loc) · 491 Bytes

FastCommentsClient::GetCommentVoteUserNamesSuccessResponse

Properties

Name Type Description Notes
status APIStatus
vote_user_names Array<String>
has_more Boolean

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetCommentVoteUserNamesSuccessResponse.new(
  status: null,
  vote_user_names: null,
  has_more: null
)