Class: Telnyx::Models::PhoneNumberBlocks::JobListParams
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_number_blocks/job_list_params.rbs', line 37
def initialize: (
|
Instance Attribute Details
Consolidated filter parameter (deepObject style). Originally: filter,
filter
16
|
# File 'lib/telnyx/models/phone_number_blocks/job_list_params.rb', line 16
optional :filter, -> { Telnyx::PhoneNumberBlocks::JobListParams::Filter }
|
#page_number ⇒ Integer?
21
|
# File 'lib/telnyx/models/phone_number_blocks/job_list_params.rb', line 21
optional :page_number, Integer
|
#page_size ⇒ Integer?
26
|
# File 'lib/telnyx/models/phone_number_blocks/job_list_params.rb', line 26
optional :page_size, Integer
|
#sort ⇒ Symbol, ...
Specifies the sort order for results. If not given, results are sorted by
created_at in descending order.
33
|
# File 'lib/telnyx/models/phone_number_blocks/job_list_params.rb', line 33
optional :sort, enum: -> { Telnyx::PhoneNumberBlocks::JobListParams::Sort }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/phone_number_blocks/job_list_params.rb', line 93
|
Instance Method Details
#to_hash ⇒ {
45
|
# File 'sig/telnyx/models/phone_number_blocks/job_list_params.rbs', line 45
def to_hash: -> {
|