Class: Telnyx::Models::Dir::PhoneNumberBatchListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Dir::PhoneNumberBatchListResponse
- Defined in:
- lib/telnyx/models/dir/phone_number_batch_list_response.rb
Overview
Defined Under Namespace
Modules: Status Classes: Document, PhoneNumber
Instance Attribute Summary collapse
- #dir_id ⇒ String?
-
#documents ⇒ Array<Telnyx::Models::Dir::PhoneNumberBatchListResponse::Document>?
Documents attached to this batch (e.g. a Letter of Authorization).
- #enterprise_id ⇒ String?
-
#phone_numbers ⇒ Array<Telnyx::Models::Dir::PhoneNumberBatchListResponse::PhoneNumber>?
All phone numbers in this batch, with per-number status.
-
#status ⇒ Symbol, ...
Aggregate batch status.
Class Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#dir_id ⇒ String?
11 |
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 11 optional :dir_id, String |
#documents ⇒ Array<Telnyx::Models::Dir::PhoneNumberBatchListResponse::Document>?
Documents attached to this batch (e.g. a Letter of Authorization). Empty when none were supplied at add time.
18 19 |
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 18 optional :documents, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::Dir::PhoneNumberBatchListResponse::Document] } |
#enterprise_id ⇒ String?
24 |
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 24 optional :enterprise_id, String |
#phone_numbers ⇒ Array<Telnyx::Models::Dir::PhoneNumberBatchListResponse::PhoneNumber>?
All phone numbers in this batch, with per-number status.
30 31 |
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 30 optional :phone_numbers, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Models::Dir::PhoneNumberBatchListResponse::PhoneNumber] } |
#status ⇒ Symbol, ...
Aggregate batch status. Mirrors the values used on individual phone numbers (‘submitted`, `in_review`, `verified`, `unsuccessful`, `permanently_rejected`, etc.).
39 |
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 39 optional :status, enum: -> { Telnyx::Models::Dir::PhoneNumberBatchListResponse::Status } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/dir/phone_number_batch_list_response.rb', line 147
|