Class: Telnyx::Models::Whatsapp::PhoneNumbers::WhatsappProfileData
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, about: nil, address: nil, category: nil, created_at: nil, description: nil, display_name: nil, email: nil, phone_number_id: nil, profile_photo_url: nil, record_type: nil, updated_at: nil, website: nil) ⇒ Object
constructor
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id: nil, about: nil, address: nil, category: nil, created_at: nil, description: nil, display_name: nil, email: nil, phone_number_id: nil, profile_photo_url: nil, record_type: nil, updated_at: nil, website: nil) ⇒ Object
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 74
|
Instance Attribute Details
#about ⇒ String?
16
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 16
optional :about, String
|
#address ⇒ String?
21
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 21
optional :address, String
|
#category ⇒ String?
26
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 26
optional :category, String
|
#created_at ⇒ Time?
31
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 31
optional :created_at, Time
|
#description ⇒ String?
36
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 36
optional :description, String
|
#display_name ⇒ String?
41
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 41
optional :display_name, String
|
#email ⇒ String?
46
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 46
optional :email, String
|
#id ⇒ String?
11
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 11
optional :id, String
|
#phone_number_id ⇒ String?
52
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 52
optional :phone_number_id, String
|
#profile_photo_url ⇒ String?
57
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 57
optional :profile_photo_url, String
|
#record_type ⇒ String?
62
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 62
optional :record_type, String
|
#updated_at ⇒ Time?
67
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 67
optional :updated_at, Time
|
#website ⇒ String?
72
|
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 72
optional :website, String
|