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

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

Overview

See Also:

  • Provider::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/provider.rb', line 388

Instance Attribute Details

#individualsFinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals, nil)


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

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

#pagingFinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory::Paging?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Directory::Paging, nil)


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

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