| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The account user identifier | [optional] |
| String | The email address of the user concerned by this sync issue | [optional] | |
| reason | String | The reason why the account cannot be synced | [optional] |
require 'flat_api'
instance = FlatApi::ClassDetailsIssuesSyncInner.new(
id: null,
email: null,
reason: null
)