Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

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_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#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

Parameters:



# File 'lib/finch_api/models/provider.rb', line 413

Instance Attribute Details

#departmentBoolean?

Returns:

  • (Boolean, nil)


385
# File 'lib/finch_api/models/provider.rb', line 385

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

#first_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


380
# File 'lib/finch_api/models/provider.rb', line 380

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

#is_activeBoolean?

Returns:

  • (Boolean, nil)


395
# File 'lib/finch_api/models/provider.rb', line 395

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

#last_nameBoolean?

Returns:

  • (Boolean, nil)


400
# File 'lib/finch_api/models/provider.rb', line 400

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

#managerFinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?



405
406
# File 'lib/finch_api/models/provider.rb', line 405

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

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


411
# File 'lib/finch_api/models/provider.rb', line 411

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