Class: OpenApiSDK::Shared::UnifiedAtsUserOutput

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/unifiedatsuseroutput.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(access_role: nil, created_at: nil, disabled: nil, email: nil, field_mappings: nil, first_name: nil, id: nil, last_name: nil, modified_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_modified_at: nil) ⇒ UnifiedAtsUserOutput

Returns a new instance of UnifiedAtsUserOutput.



43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/open_api_sdk/models/shared/unifiedatsuseroutput.rb', line 43

def initialize(access_role: nil, created_at: nil, disabled: nil, email: nil, field_mappings: nil, first_name: nil, id: nil, last_name: nil, modified_at: nil, remote_created_at: nil, remote_data: nil, remote_id: nil, remote_modified_at: nil)
  @access_role = access_role
  @created_at = created_at
  @disabled = disabled
  @email = email
  @field_mappings = field_mappings
  @first_name = first_name
  @id = id
  @last_name = last_name
  @modified_at = modified_at
  @remote_created_at = remote_created_at
  @remote_data = remote_data
  @remote_id = remote_id
  @remote_modified_at = remote_modified_at
end