Class: Telnyx::Models::PhoneNumbers::PhoneNumbersJob
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumbers::PhoneNumbersJob
- Defined in:
- lib/telnyx/models/phone_numbers/phone_numbers_job.rb
Overview
Defined Under Namespace
Modules: Status, Type Classes: FailedOperation, PendingOperation, SuccessfulOperation
Instance Attribute Summary collapse
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: nil, phone_number: nil) ⇒ Object
constructor
The phone numbers successfully updated.
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, phone_number: nil) ⇒ Object
The phone numbers successfully updated.
|
|
# File 'lib/telnyx/models/phone_numbers/phone_numbers_job.rb', line 120
|
Instance Attribute Details
#phone_numbers ⇒ Array<Telnyx::Models::PhoneNumbersJobPhoneNumber>?
11 |
# File 'lib/telnyx/models/phone_numbers/phone_numbers_job.rb', line 11 optional :phone_numbers, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::PhoneNumbersJobPhoneNumber] } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/phone_numbers/phone_numbers_job.rb', line 163
|