Class: Telnyx::Models::PhoneNumbers::JobUpdateBatchParams::Filter::VoiceConnectionName

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

Overview

See Also:

  • Telnyx::Models::PhoneNumbers::JobUpdateBatchParams::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



232
# File 'sig/telnyx/models/phone_numbers/job_update_batch_params.rbs', line 232

def initialize: (

Instance Attribute Details

#containsString?

Filter contains connection name. Requires at least three characters.



237
# File 'lib/telnyx/models/phone_numbers/job_update_batch_params.rb', line 237

optional :contains, String

#ends_withString?

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



243
# File 'lib/telnyx/models/phone_numbers/job_update_batch_params.rb', line 243

optional :ends_with, String

#eqString?

Filter by connection name.



249
# File 'lib/telnyx/models/phone_numbers/job_update_batch_params.rb', line 249

optional :eq, String

#starts_withString?

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



255
# File 'lib/telnyx/models/phone_numbers/job_update_batch_params.rb', line 255

optional :starts_with, String

Instance Method Details

#to_hash{



239
# File 'sig/telnyx/models/phone_numbers/job_update_batch_params.rbs', line 239

def to_hash: -> {