Class: Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter::VoiceConnectionName

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/phone_numbers/csv_download_create_params.rb,
sig/telnyx/models/phone_numbers/csv_download_create_params.rbs

Overview

See Also:

  • Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter#voice_connection_name

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



189
# File 'sig/telnyx/models/phone_numbers/csv_download_create_params.rbs', line 189

def initialize: (

Instance Attribute Details

#containsString?

Filter contains connection name. Requires at least three characters.

Parameters:

  • (String)

Returns:

  • (String, nil)


179
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 179

optional :contains, String

#ends_withString?

Filter ends with connection name. Requires at least three characters.

Parameters:

  • (String)

Returns:

  • (String, nil)


185
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 185

optional :ends_with, String

#eqString?

Filter by connection name.

Parameters:

  • (String)

Returns:

  • (String, nil)


191
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 191

optional :eq, String

#starts_withString?

Filter starts with connection name. Requires at least three characters.

Parameters:

  • (String)

Returns:

  • (String, nil)


197
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 197

optional :starts_with, String

Instance Method Details

#to_hash{

Returns:

  • ({)


196
# File 'sig/telnyx/models/phone_numbers/csv_download_create_params.rbs', line 196

def to_hash: -> {