Class: MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig
- Defined in:
- lib/metronome_sdk/models/v1/package_retrieve_response.rb
Overview
Defined Under Namespace
Modules: Allocation Classes: ApplySeatIncreaseConfig
Instance Attribute Summary collapse
- #allocation ⇒ Symbol, MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::Allocation
- #apply_seat_increase_config ⇒ MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::ApplySeatIncreaseConfig
- #subscription_template_id ⇒ String
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(allocation:, apply_seat_increase_config:, subscription_template_id:) ⇒ Object
constructor
Attach a subscription to the recurring commit/credit.
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(allocation:, apply_seat_increase_config:, subscription_template_id:) ⇒ Object
Attach a subscription to the recurring commit/credit.
|
|
# File 'lib/metronome_sdk/models/v1/package_retrieve_response.rb', line 1745
|
Instance Attribute Details
#allocation ⇒ Symbol, MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::Allocation
1731 1732 |
# File 'lib/metronome_sdk/models/v1/package_retrieve_response.rb', line 1731 required :allocation, enum: -> { MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::Allocation } |
#apply_seat_increase_config ⇒ MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::ApplySeatIncreaseConfig
1737 1738 |
# File 'lib/metronome_sdk/models/v1/package_retrieve_response.rb', line 1737 required :apply_seat_increase_config, -> { MetronomeSDK::Models::V1::PackageRetrieveResponse::Data::RecurringCommit::SubscriptionConfig::ApplySeatIncreaseConfig } |
#subscription_template_id ⇒ String
1743 |
# File 'lib/metronome_sdk/models/v1/package_retrieve_response.rb', line 1743 required :subscription_template_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/metronome_sdk/models/v1/package_retrieve_response.rb', line 1759
|