Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

File metadata and controls

20 lines (14 loc) · 386 Bytes

FastCommentsClient::GetSSOUsers200Response

Properties

Name Type Description Notes
users Array<APISSOUser>
status String

Example

require 'fastcomments-client'

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