Class: Openlayer::Models::Projects::TestCreateParams::Threshold::InsightParameter
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::TestCreateParams::Threshold::InsightParameter
- Defined in:
- lib/openlayer/models/projects/test_create_params.rb,
sig/openlayer/models/projects/test_create_params.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the insight filter.
- #value ⇒ Object
Instance Method Summary collapse
-
#initialize ⇒ InsightParameter
constructor
A new instance of InsightParameter.
- #to_hash ⇒ { name: String, value: top }
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 ⇒ InsightParameter
Returns a new instance of InsightParameter.
357 |
# File 'sig/openlayer/models/projects/test_create_params.rbs', line 357
def initialize: (name: String, value: top) -> void
|
Instance Attribute Details
#name ⇒ String
The name of the insight filter.
343 |
# File 'lib/openlayer/models/projects/test_create_params.rb', line 343 required :name, String |
#value ⇒ Object
348 |
# File 'lib/openlayer/models/projects/test_create_params.rb', line 348 required :value, Openlayer::Internal::Type::Unknown |
Instance Method Details
#to_hash ⇒ { name: String, value: top }
359 |
# File 'sig/openlayer/models/projects/test_create_params.rbs', line 359
def to_hash: -> { name: String, value: top }
|