| Name | Type | Description | Notes |
|---|---|---|---|
| reason | String | [optional] | |
| code | String | [optional] | |
| user | APISSOUser | [optional] | |
| status | String |
require 'fastcomments-client'
instance = FastCommentsClient::PatchSSOUserAPIResponse.new(
reason: null,
code: null,
user: null,
status: null
)