Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 380 Bytes

File metadata and controls

20 lines (14 loc) · 380 Bytes

FastCommentsClient::GetSSOUsersResponse

Properties

Name Type Description Notes
users Array<APISSOUser>
status String

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetSSOUsersResponse.new(
  users: null,
  status: null
)