Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
Overview
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, department: nil, first_name: nil, is_active: nil, last_name: nil, manager: nil, middle_name: nil) ⇒ Object
|
# File 'lib/finch_api/models/account_update_event.rb', line 365
|
Instance Attribute Details
#department ⇒ Boolean?
337
|
# File 'lib/finch_api/models/account_update_event.rb', line 337
optional :department, FinchAPI::Internal::Type::Boolean
|
#first_name ⇒ Boolean?
342
|
# File 'lib/finch_api/models/account_update_event.rb', line 342
optional :first_name, FinchAPI::Internal::Type::Boolean
|
#id ⇒ Boolean?
332
|
# File 'lib/finch_api/models/account_update_event.rb', line 332
optional :id, FinchAPI::Internal::Type::Boolean
|
#is_active ⇒ Boolean?
347
|
# File 'lib/finch_api/models/account_update_event.rb', line 347
optional :is_active, FinchAPI::Internal::Type::Boolean
|
#last_name ⇒ Boolean?
352
|
# File 'lib/finch_api/models/account_update_event.rb', line 352
optional :last_name, FinchAPI::Internal::Type::Boolean
|
357
358
|
# File 'lib/finch_api/models/account_update_event.rb', line 357
optional :manager,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager }
|
#middle_name ⇒ Boolean?
363
|
# File 'lib/finch_api/models/account_update_event.rb', line 363
optional :middle_name, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
478
|
# File 'sig/finch_api/models/account_update_event.rbs', line 478
def to_hash: -> {
|