Class: Telnyx::Models::SetiRetrieveBlackBoxTestResultsParams::Filter

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/seti_retrieve_black_box_test_results_params.rb

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

#initialize(product: nil) ⇒ Object

Consolidated filter parameter (deepObject style). Originally: filter

Parameters:

  • product (String) (defaults to: nil)

    Filter results for a specific product.



21
22
23
24
25
26
27
28
29
30
31
32
# File 'lib/telnyx/models/seti_retrieve_black_box_test_results_params.rb', line 21

class Filter < Telnyx::Internal::Type::BaseModel
  # @!attribute product
  #   Filter results for a specific product.
  #
  #   @return [String, nil]
  optional :product, String

  # @!method initialize(product: nil)
  #   Consolidated filter parameter (deepObject style). Originally: filter[product]
  #
  #   @param product [String] Filter results for a specific product.
end

Instance Attribute Details

#productString?

Filter results for a specific product.

Returns:

  • (String, nil)


26
# File 'lib/telnyx/models/seti_retrieve_black_box_test_results_params.rb', line 26

optional :product, String