Class: Stigg::Models::V1::FeatureUpdateFeatureParams::Meter::Aggregation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::FeatureUpdateFeatureParams::Meter::Aggregation
- Defined in:
- lib/stigg/models/v1/feature_update_feature_params.rb
Overview
Defined Under Namespace
Modules: Function
Instance Attribute Summary collapse
-
#field ⇒ String?
Aggregation field name.
- #function ⇒ Symbol, Stigg::Models::V1::FeatureUpdateFeatureParams::Meter::Aggregation::Function
Instance Method Summary collapse
- #initialize(function:, field: nil) ⇒ Object constructor
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(function:, field: nil) ⇒ Object
|
|
# File 'lib/stigg/models/v1/feature_update_feature_params.rb', line 139
|
Instance Attribute Details
#field ⇒ String?
Aggregation field name
137 |
# File 'lib/stigg/models/v1/feature_update_feature_params.rb', line 137 optional :field, String |
#function ⇒ Symbol, Stigg::Models::V1::FeatureUpdateFeatureParams::Meter::Aggregation::Function
131 |
# File 'lib/stigg/models/v1/feature_update_feature_params.rb', line 131 required :function, enum: -> { Stigg::V1::FeatureUpdateFeatureParams::Meter::Aggregation::Function } |