Class: Telnyx::Models::MobileVoiceConnectionListParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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.

Parameters:

  • filter_connection_name_contains (String) (defaults to: nil)

    Filter by connection name containing the given string

  • page_number (Integer) (defaults to: nil)

    The page number to load

  • page_size (Integer) (defaults to: nil)

    The size of the page

  • sort (String) (defaults to: nil)

    Sort by field (e.g., created_at, connection_name, active). Prefix with - for des

  • request_options (Telnyx::RequestOptions, Hash{Symbol=>Object}) (defaults to: {})


# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 35

Instance Attribute Details

#filter_connection_name_containsString?

Filter by connection name containing the given string

Returns:

  • (String, nil)


14
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 14

optional :filter_connection_name_contains, String

#page_numberInteger?

The page number to load

Returns:

  • (Integer, nil)


20
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 20

optional :page_number, Integer

#page_sizeInteger?

The size of the page

Returns:

  • (Integer, nil)


26
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 26

optional :page_size, Integer

#sortString?

Sort by field (e.g., created_at, connection_name, active). Prefix with - for descending order.

Returns:

  • (String, nil)


33
# File 'lib/telnyx/models/mobile_voice_connection_list_params.rb', line 33

optional :sort, String