Class: Telnyx::Models::CustomerServiceRecordListParams
Overview
Defined Under Namespace
Classes: Filter, Sort
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
36
|
# File 'sig/telnyx/models/customer_service_record_list_params.rbs', line 36
def initialize: (
|
Instance Attribute Details
16
|
# File 'lib/telnyx/models/customer_service_record_list_params.rb', line 16
optional :filter, -> { Telnyx::CustomerServiceRecordListParams::Filter }
|
#page_number ⇒ Integer?
21
|
# File 'lib/telnyx/models/customer_service_record_list_params.rb', line 21
optional :page_number, Integer
|
#page_size ⇒ Integer?
26
|
# File 'lib/telnyx/models/customer_service_record_list_params.rb', line 26
optional :page_size, Integer
|
Consolidated sort parameter (deepObject style). Originally: sort
32
|
# File 'lib/telnyx/models/customer_service_record_list_params.rb', line 32
optional :sort, -> { Telnyx::CustomerServiceRecordListParams::Sort }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/customer_service_record_list_params.rb', line 157
|
Instance Method Details
#to_hash ⇒ {
44
|
# File 'sig/telnyx/models/customer_service_record_list_params.rbs', line 44
def to_hash: -> {
|