Class: Telnyx::Models::MessagingProfileListParams::Filter
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::MessagingProfileListParams::Filter
- Defined in:
- lib/telnyx/models/messaging_profile_list_params.rb,
sig/telnyx/models/messaging_profile_list_params.rbs
Instance Attribute Summary collapse
-
#name ⇒ String?
Filter by name.
Instance Method Summary collapse
-
#initialize(name: nil) ⇒ Filter
constructor
Consolidated filter parameter (deepObject style).
- #to_hash ⇒ { name: String }
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(name: nil) ⇒ Filter
Consolidated filter parameter (deepObject style). Originally: filter
51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/telnyx/models/messaging_profile_list_params.rb', line 51 class Filter < Telnyx::Internal::Type::BaseModel # @!attribute name # Filter by name # # @return [String, nil] optional :name, String # @!method initialize(name: nil) # Consolidated filter parameter (deepObject style). Originally: filter[name] # # @param name [String] Filter by name end |
Instance Attribute Details
#name ⇒ String?
Filter by name
56 |
# File 'lib/telnyx/models/messaging_profile_list_params.rb', line 56 optional :name, String |
Instance Method Details
#to_hash ⇒ { name: String }
66 |
# File 'sig/telnyx/models/messaging_profile_list_params.rbs', line 66 def to_hash: -> { name: String } |