Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.rb

Overview

See Also:

  • AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory#individuals

Defined Under Namespace

Classes: Manager

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

#initialize(id: nil, department: nil, first_name: nil, is_active: nil, last_name: nil, manager: nil, middle_name: nil) ⇒ Object

Parameters:

  • id (Boolean) (defaults to: nil)
  • department (Boolean) (defaults to: nil)
  • first_name (Boolean) (defaults to: nil)
  • is_active (Boolean) (defaults to: nil)
  • last_name (Boolean) (defaults to: nil)
  • manager (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager) (defaults to: nil)
  • middle_name (Boolean) (defaults to: nil)


# File 'lib/finch_api/models/account_update_event.rb', line 390

Instance Attribute Details

#departmentBoolean?

Returns:

  • (Boolean, nil)


360
# File 'lib/finch_api/models/account_update_event.rb', line 360

optional :department, FinchAPI::Internal::Type::Boolean

#first_nameBoolean?

Returns:

  • (Boolean, nil)


365
# File 'lib/finch_api/models/account_update_event.rb', line 365

optional :first_name, FinchAPI::Internal::Type::Boolean

#idBoolean?

Returns:

  • (Boolean, nil)


355
# File 'lib/finch_api/models/account_update_event.rb', line 355

optional :id, FinchAPI::Internal::Type::Boolean

#is_activeBoolean?

Returns:

  • (Boolean, nil)


370
# File 'lib/finch_api/models/account_update_event.rb', line 370

optional :is_active, FinchAPI::Internal::Type::Boolean

#last_nameBoolean?

Returns:

  • (Boolean, nil)


375
# File 'lib/finch_api/models/account_update_event.rb', line 375

optional :last_name, FinchAPI::Internal::Type::Boolean

#managerFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager, nil)


380
381
382
383
# File 'lib/finch_api/models/account_update_event.rb', line 380

optional :manager,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager
}

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


388
# File 'lib/finch_api/models/account_update_event.rb', line 388

optional :middle_name, FinchAPI::Internal::Type::Boolean