Class: Telnyx::Models::Whatsapp::PhoneNumbers::WhatsappProfileData

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb

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_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(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

Parameters:

  • id (String) (defaults to: nil)
  • about (String) (defaults to: nil)
  • address (String) (defaults to: nil)
  • category (String) (defaults to: nil)
  • created_at (Time) (defaults to: nil)
  • description (String) (defaults to: nil)
  • display_name (String) (defaults to: nil)
  • email (String) (defaults to: nil)
  • phone_number_id (String) (defaults to: nil)

    Whatsapp phone number ID

  • profile_photo_url (String) (defaults to: nil)
  • record_type (String) (defaults to: nil)
  • updated_at (Time) (defaults to: nil)
  • website (String) (defaults to: nil)


# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 74

Instance Attribute Details

#aboutString?

Returns:

  • (String, nil)


16
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 16

optional :about, String

#addressString?

Returns:

  • (String, nil)


21
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 21

optional :address, String

#categoryString?

Returns:

  • (String, nil)


26
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 26

optional :category, String

#created_atTime?

Returns:

  • (Time, nil)


31
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 31

optional :created_at, Time

#descriptionString?

Returns:

  • (String, nil)


36
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 36

optional :description, String

#display_nameString?

Returns:

  • (String, nil)


41
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 41

optional :display_name, String

#emailString?

Returns:

  • (String, nil)


46
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 46

optional :email, String

#idString?

Returns:

  • (String, nil)


11
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 11

optional :id, String

#phone_number_idString?

Whatsapp phone number ID

Returns:

  • (String, nil)


52
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 52

optional :phone_number_id, String

#profile_photo_urlString?

Returns:

  • (String, nil)


57
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 57

optional :profile_photo_url, String

#record_typeString?

Returns:

  • (String, nil)


62
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 62

optional :record_type, String

#updated_atTime?

Returns:

  • (Time, nil)


67
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 67

optional :updated_at, Time

#websiteString?

Returns:

  • (String, nil)


72
# File 'lib/telnyx/models/whatsapp/phone_numbers/whatsapp_profile_data.rb', line 72

optional :website, String