Class: Telnyx::Models::PhoneNumbers::CnamListing
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumbers::CnamListing
- Defined in:
- lib/telnyx/models/phone_numbers/cnam_listing.rb
Instance Attribute Summary collapse
-
#cnam_listing_details ⇒ String?
The CNAM listing details for this number.
-
#cnam_listing_enabled ⇒ Boolean?
Enables CNAM listings for this number.
Instance Method Summary collapse
-
#initialize(cnam_listing_details: nil, cnam_listing_enabled: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CnamListing for more details.
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(cnam_listing_details: nil, cnam_listing_enabled: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::PhoneNumbers::CnamListing for more details.
The CNAM listing settings for a phone number.
|
|
# File 'lib/telnyx/models/phone_numbers/cnam_listing.rb', line 22
|
Instance Attribute Details
#cnam_listing_details ⇒ String?
The CNAM listing details for this number. Must be alphanumeric characters or spaces with a maximum length of 15. Requires cnam_listing_enabled to also be set to true.
13 |
# File 'lib/telnyx/models/phone_numbers/cnam_listing.rb', line 13 optional :cnam_listing_details, String |