Class: ContextDev::Models::BatchSubmitResponse::Person::Profile
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ContextDev::Models::BatchSubmitResponse::Person::Profile
- Defined in:
- lib/context_dev/models/batch_submit_response.rb,
sig/context_dev/models/batch_submit_response.rbs
Overview
Instance Attribute Summary collapse
-
#full_name ⇒ String?
Person's full name.
-
#headline ⇒ String?
Short professional headline.
-
#location ⇒ String?
Person's listed location.
-
#profile_picture_url ⇒ String?
Profile image URL.
-
#summary ⇒ String?
Brief profile summary.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
468 |
# File 'sig/context_dev/models/batch_submit_response.rbs', line 468
def initialize: (
|
Instance Attribute Details
#full_name ⇒ String?
Person's full name.
510 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 510 optional :full_name, String, api_name: :fullName |
#headline ⇒ String?
Short professional headline.
516 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 516 optional :headline, String |
#location ⇒ String?
Person's listed location.
522 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 522 optional :location, String |
#profile_picture_url ⇒ String?
Profile image URL.
528 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 528 optional :profile_picture_url, String, api_name: :profilePictureUrl |
#summary ⇒ String?
Brief profile summary.
534 |
# File 'lib/context_dev/models/batch_submit_response.rb', line 534 optional :summary, String |
Instance Method Details
#to_hash ⇒ {
476 |
# File 'sig/context_dev/models/batch_submit_response.rbs', line 476
def to_hash: -> {
|