Class: Dataleon::Models::CompanyRegistration::Company::Contact
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dataleon::Models::CompanyRegistration::Company::Contact
- Defined in:
- lib/dataleon/models/company_registration.rb
Overview
Instance Attribute Summary collapse
-
#department ⇒ String?
Department of the contact person.
-
#email ⇒ String?
Email address of the contact person.
-
#first_name ⇒ String?
First name of the contact person.
-
#last_name ⇒ String?
Last name of the contact person.
-
#phone_number ⇒ String?
Phone number of the contact person.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Dataleon::Internal::Type::BaseModel
Instance Attribute Details
#department ⇒ String?
Department of the contact person.
443 |
# File 'lib/dataleon/models/company_registration.rb', line 443 optional :department, String |
#email ⇒ String?
Email address of the contact person.
449 |
# File 'lib/dataleon/models/company_registration.rb', line 449 optional :email, String |
#first_name ⇒ String?
First name of the contact person.
455 |
# File 'lib/dataleon/models/company_registration.rb', line 455 optional :first_name, String |
#last_name ⇒ String?
Last name of the contact person.
461 |
# File 'lib/dataleon/models/company_registration.rb', line 461 optional :last_name, String |
#phone_number ⇒ String?
Phone number of the contact person.
467 |
# File 'lib/dataleon/models/company_registration.rb', line 467 optional :phone_number, String |