Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
show all
- Defined in:
- lib/finch-api/models/account_update_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
Instance Method Summary
collapse
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
#initialize(id: nil, department: nil, first_name: nil, is_active: nil, last_name: nil, manager: nil, middle_name: nil) ⇒ Individuals
Returns a new instance of Individuals.
9
10
11
12
13
14
15
16
17
18
19
20
|
# File 'lib/finch-api/models/account_update_event.rb', line 9
def initialize(
id: nil,
department: nil,
first_name: nil,
is_active: nil,
last_name: nil,
manager: nil,
middle_name: nil,
**
)
super
end
|
Instance Attribute Details
#department ⇒ Boolean?
541
|
# File 'lib/finch-api/models/account_update_event.rb', line 541
optional :department, FinchAPI::BooleanModel
|
#first_name ⇒ Boolean?
550
|
# File 'lib/finch-api/models/account_update_event.rb', line 550
optional :first_name, FinchAPI::BooleanModel
|
#id ⇒ Boolean?
532
|
# File 'lib/finch-api/models/account_update_event.rb', line 532
optional :id, FinchAPI::BooleanModel
|
#is_active ⇒ Boolean?
559
|
# File 'lib/finch-api/models/account_update_event.rb', line 559
optional :is_active, FinchAPI::BooleanModel
|
#last_name ⇒ Boolean?
568
|
# File 'lib/finch-api/models/account_update_event.rb', line 568
optional :last_name, FinchAPI::BooleanModel
|
#middle_name ⇒ Boolean?
587
|
# File 'lib/finch-api/models/account_update_event.rb', line 587
optional :middle_name, FinchAPI::BooleanModel
|