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

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

Defined Under Namespace

Classes: Individuals, Paging

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) ⇒ Object

Parameters:

  • id (Boolean) (defaults to: nil)


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

Instance Attribute Details

#individualsFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals?

Returns:

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


333
334
335
336
# File 'lib/finch_api/models/account_update_event.rb', line 333

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

#pagingFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Paging?

Returns:

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


341
342
343
344
# File 'lib/finch_api/models/account_update_event.rb', line 341

optional :paging,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Paging
}