Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 529 Bytes

ClassDetailsIssuesSyncInner.md

File metadata and controls

22 lines (16 loc) · 529 Bytes

FlatApi::ClassDetailsIssuesSyncInner

Properties

Name Type Description Notes
id String The account user identifier [optional]
email String The email address of the user concerned by this sync issue [optional]
reason String The reason why the account cannot be synced [optional]

Example

require 'flat_api'

instance = FlatApi::ClassDetailsIssuesSyncInner.new(
  id: null,
  email: null,
  reason: null
)