Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
- #department ⇒ Boolean?
- #first_name ⇒ Boolean?
- #id ⇒ Boolean?
- #is_active ⇒ Boolean?
- #last_name ⇒ Boolean?
- #manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?
- #middle_name ⇒ Boolean?
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
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 366
|
Instance Attribute Details
#department ⇒ Boolean?
338 |
# File 'lib/finch_api/models/account_update_event.rb', line 338 optional :department, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
343 |
# File 'lib/finch_api/models/account_update_event.rb', line 343 optional :first_name, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
333 |
# File 'lib/finch_api/models/account_update_event.rb', line 333 optional :id, FinchAPI::Internal::Type::Boolean |
#is_active ⇒ Boolean?
348 |
# File 'lib/finch_api/models/account_update_event.rb', line 348 optional :is_active, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
353 |
# File 'lib/finch_api/models/account_update_event.rb', line 353 optional :last_name, FinchAPI::Internal::Type::Boolean |
#manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?
358 359 |
# File 'lib/finch_api/models/account_update_event.rb', line 358 optional :manager, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager } |