Class: Telnyx::Models::TexmlApplicationListParams::Filter
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::TexmlApplicationListParams::Filter
- Defined in:
- lib/telnyx/models/texml_application_list_params.rb,
sig/telnyx/models/texml_application_list_params.rbs
Instance Attribute Summary collapse
-
#friendly_name ⇒ String?
If present, applications with
friendly_namecontaining the given value will be returned. -
#outbound_voice_profile_id ⇒ String?
Identifies the associated outbound voice profile.
Instance Method Summary collapse
-
#initialize(filter: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see Telnyx::Models::TexmlApplicationListParams for more details.
- #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(filter: nil, page_number: nil, page_size: nil, sort: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::TexmlApplicationListParams for more details.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/telnyx/models/texml_application_list_params.rb', line 60 class Filter < Telnyx::Internal::Type::BaseModel # @!attribute friendly_name # If present, applications with <code>friendly_name</code> containing the given # value will be returned. Matching is not case-sensitive. Requires at least three # characters. # # @return [String, nil] optional :friendly_name, String # @!attribute outbound_voice_profile_id # Identifies the associated outbound voice profile. # # @return [String, nil] optional :outbound_voice_profile_id, String # @!method initialize(friendly_name: nil, outbound_voice_profile_id: nil) # Some parameter documentations has been truncated, see # {Telnyx::Models::TexmlApplicationListParams::Filter} for more details. # # Consolidated filter parameter (deepObject style). Originally: # filter[outbound_voice_profile_id], filter[friendly_name] # # @param friendly_name [String] If present, applications with <code>friendly_name</code> containing the given va # # @param outbound_voice_profile_id [String] Identifies the associated outbound voice profile. end |
Instance Attribute Details
#friendly_name ⇒ String?
If present, applications with friendly_name containing the given
value will be returned. Matching is not case-sensitive. Requires at least three
characters.
67 |
# File 'lib/telnyx/models/texml_application_list_params.rb', line 67 optional :friendly_name, String |
#outbound_voice_profile_id ⇒ String?
Identifies the associated outbound voice profile.
73 |
# File 'lib/telnyx/models/texml_application_list_params.rb', line 73 optional :outbound_voice_profile_id, String |
Instance Method Details
#to_hash ⇒ {
68 |
# File 'sig/telnyx/models/texml_application_list_params.rbs', line 68
def to_hash: -> {
|