Class: MetronomeSDK::Models::V1::PackageListResponse::ScheduledCharge::Product
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::PackageListResponse::ScheduledCharge::Product
- Defined in:
- lib/metronome_sdk/models/v1/package_list_response.rb,
sig/metronome_sdk/models/v1/package_list_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Product
constructor
A new instance of Product.
- #to_hash ⇒ { id: String, name: 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 ⇒ Product
Returns a new instance of Product.
939 |
# File 'sig/metronome_sdk/models/v1/package_list_response.rbs', line 939
def initialize: (id: String, name: String) -> void
|
Instance Attribute Details
#id ⇒ String
881 |
# File 'lib/metronome_sdk/models/v1/package_list_response.rb', line 881 required :id, String |
#name ⇒ String
886 |
# File 'lib/metronome_sdk/models/v1/package_list_response.rb', line 886 required :name, String |
Instance Method Details
#to_hash ⇒ { id: String, name: String }
941 |
# File 'sig/metronome_sdk/models/v1/package_list_response.rbs', line 941
def to_hash: -> { id: String, name: String }
|