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