Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 495 Bytes

File metadata and controls

24 lines (18 loc) · 495 Bytes

FastCommentsClient::AddSSOUserAPIResponse

Properties

Name Type Description Notes
reason String [optional]
code String [optional]
user APISSOUser [optional]
status String

Example

require 'fastcomments-client'

instance = FastCommentsClient::AddSSOUserAPIResponse.new(
  reason: null,
  code: null,
  user: null,
  status: null
)