Class: Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter::VoiceConnectionName
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::PhoneNumbers::CsvDownloadCreateParams::Filter::VoiceConnectionName
- Defined in:
- lib/telnyx/models/phone_numbers/csv_download_create_params.rb,
sig/telnyx/models/phone_numbers/csv_download_create_params.rbs
Overview
Instance Attribute Summary collapse
-
#contains ⇒ String?
Filter contains connection name.
-
#ends_with ⇒ String?
Filter ends with connection name.
-
#eq ⇒ String?
Filter by connection name.
-
#starts_with ⇒ String?
Filter starts with connection name.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
189 |
# File 'sig/telnyx/models/phone_numbers/csv_download_create_params.rbs', line 189 def initialize: ( |
Instance Attribute Details
#contains ⇒ String?
Filter contains connection name. Requires at least three characters.
179 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 179 optional :contains, String |
#ends_with ⇒ String?
Filter ends with connection name. Requires at least three characters.
185 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 185 optional :ends_with, String |
#eq ⇒ String?
Filter by connection name.
191 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 191 optional :eq, String |
#starts_with ⇒ String?
Filter starts with connection name. Requires at least three characters.
197 |
# File 'lib/telnyx/models/phone_numbers/csv_download_create_params.rb', line 197 optional :starts_with, String |
Instance Method Details
#to_hash ⇒ {
196 |
# File 'sig/telnyx/models/phone_numbers/csv_download_create_params.rbs', line 196 def to_hash: -> { |