Class: Telnyx::Models::PhoneNumbers::VoiceListParams
Overview
Defined Under Namespace
Modules: Sort
Classes: Filter
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
37
|
# File 'sig/telnyx/models/phone_numbers/voice_list_params.rbs', line 37
def initialize: (
|
Instance Attribute Details
17
|
# File 'lib/telnyx/models/phone_numbers/voice_list_params.rb', line 17
optional :filter, -> { Telnyx::PhoneNumbers::VoiceListParams::Filter }
|
#page_number ⇒ Integer?
22
|
# File 'lib/telnyx/models/phone_numbers/voice_list_params.rb', line 22
optional :page_number, Integer
|
#page_size ⇒ Integer?
27
|
# File 'lib/telnyx/models/phone_numbers/voice_list_params.rb', line 27
optional :page_size, Integer
|
#sort ⇒ Symbol, ...
Specifies the sort order for results. If not given, results are sorted by
created_at in descending order.
34
|
# File 'lib/telnyx/models/phone_numbers/voice_list_params.rb', line 34
optional :sort, enum: -> { Telnyx::PhoneNumbers::VoiceListParams::Sort }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/phone_numbers/voice_list_params.rb', line 117
|
Instance Method Details
#to_hash ⇒ {
45
|
# File 'sig/telnyx/models/phone_numbers/voice_list_params.rbs', line 45
def to_hash: -> {
|