Class: Telnyx::Models::BulkMessagingSettingsUpdatePhoneNumbers
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::BulkMessagingSettingsUpdatePhoneNumbers
- Defined in:
- lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb,
sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs
Defined Under Namespace
Modules: RecordType
Instance Attribute Summary collapse
-
#failed ⇒ Array<String>?
Phone numbers that failed to update.
-
#order_id ⇒ String?
readonly
Returns the value of attribute order_id.
-
#pending ⇒ Array<String>?
Phone numbers pending to be updated.
-
#record_type ⇒ Telnyx::Models::BulkMessagingSettingsUpdatePhoneNumbers::record_type?
readonly
Returns the value of attribute record_type.
-
#success ⇒ Array<String>?
Phoned numbers updated successfully.
Instance Method Summary collapse
- #initialize(failed: nil, order_id: nil, pending: nil, record_type: nil, success: nil) ⇒ Object constructor
- #order_id ⇒ String readonly
- #record_type ⇒ Object readonly
- #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(failed: nil, order_id: nil, pending: nil, record_type: nil, success: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb', line 38
|
Instance Attribute Details
#failed ⇒ Array<String>?
Phone numbers that failed to update.
10 |
# File 'lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb', line 10 optional :failed, Telnyx::Internal::Type::ArrayOf[String] |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
25 26 27 |
# File 'sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs', line 25 def order_id @order_id end |
#pending ⇒ Array<String>?
Phone numbers pending to be updated.
16 |
# File 'lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb', line 16 optional :pending, Telnyx::Internal::Type::ArrayOf[String] |
#record_type ⇒ Telnyx::Models::BulkMessagingSettingsUpdatePhoneNumbers::record_type? (readonly)
Returns the value of attribute record_type.
29 30 31 |
# File 'sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs', line 29 def record_type @record_type end |
#success ⇒ Array<String>?
Phoned numbers updated successfully.
22 |
# File 'lib/telnyx/models/bulk_messaging_settings_update_phone_numbers.rb', line 22 optional :success, Telnyx::Internal::Type::ArrayOf[String] |
Instance Method Details
#order_id= ⇒ String (readonly)
27 |
# File 'sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs', line 27
def order_id=: (String) -> String
|
#record_type= ⇒ Object (readonly)
31 |
# File 'sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs', line 31
def record_type=: (
|
#to_hash ⇒ {
43 |
# File 'sig/telnyx/models/bulk_messaging_settings_update_phone_numbers.rbs', line 43
def to_hash: -> {
|