Class: Telnyx::Models::MobileVoiceConnectionListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MobileVoiceConnectionListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/mobile_voice_connection_list_params.rb
Overview
Instance Attribute Summary collapse
-
#filter_connection_name_contains ⇒ String?
Filter by connection name containing the given string.
-
#page_number ⇒ Integer?
The page number to load.
-
#page_size ⇒ Integer?
The size of the page.
-
#sort ⇒ String?
Sort by field (e.g., created_at, connection_name, active).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(filter_connection_name_contains: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see MobileVoiceConnectionListParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(filter_connection_name_contains: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::MobileVoiceConnectionListParams for more details.
|
|
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 35
|
Instance Attribute Details
#filter_connection_name_contains ⇒ String?
Filter by connection name containing the given string
14 |
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 14 optional :filter_connection_name_contains, String |
#page_number ⇒ Integer?
The page number to load
20 |
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 20 optional :page_number, Integer |
#page_size ⇒ Integer?
The size of the page
26 |
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 26 optional :page_size, Integer |
#sort ⇒ String?
Sort by field (e.g., created_at, connection_name, active). Prefix with - for descending order.
33 |
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 33 optional :sort, String |