Class: Orb::Models::SubscriptionUsage::GroupedSubscriptionUsage::Data::MetricGroup
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
171
|
# File 'sig/orb/models/subscription_usage.rbs', line 171
def initialize: (
|
Instance Attribute Details
#property_key ⇒ String
163
|
# File 'lib/orb/models/subscription_usage.rb', line 163
required :property_key, String
|
#property_value ⇒ String
168
|
# File 'lib/orb/models/subscription_usage.rb', line 168
required :property_value, String
|
Instance Method Details
#to_hash ⇒ { property_key: String, property_value: String }
176
|
# File 'sig/orb/models/subscription_usage.rbs', line 176
def to_hash: -> { property_key: String, property_value: String }
|