Class: MetronomeSDK::Models::V1::AlertCreateParams::GroupValue
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::AlertCreateParams::GroupValue
- Defined in:
- lib/metronome_sdk/models/v1/alert_create_params.rb,
sig/metronome_sdk/models/v1/alert_create_params.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ GroupValue
constructor
A new instance of GroupValue.
- #to_hash ⇒ { key: String, value: 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 ⇒ GroupValue
Returns a new instance of GroupValue.
352 |
# File 'sig/metronome_sdk/models/v1/alert_create_params.rbs', line 352
def initialize: (key: String, ?value: String) -> void
|
Instance Attribute Details
#key ⇒ String
340 |
# File 'lib/metronome_sdk/models/v1/alert_create_params.rb', line 340 required :key, String |
#value ⇒ String?
345 |
# File 'lib/metronome_sdk/models/v1/alert_create_params.rb', line 345 optional :value, String |
Instance Method Details
#to_hash ⇒ { key: String, value: String }
354 |
# File 'sig/metronome_sdk/models/v1/alert_create_params.rbs', line 354
def to_hash: -> { key: String, value: String }
|