Class: MetronomeSDK::Models::CommitSpecifier
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MetronomeSDK::Models::CommitSpecifier
- Defined in:
- lib/metronome_sdk/models/commit_specifier.rb
Instance Attribute Summary collapse
- #presentation_group_values ⇒ Hash{Symbol=>String}?
- #pricing_group_values ⇒ Hash{Symbol=>String}?
-
#product_id ⇒ String?
If provided, the specifier will only apply to the product with the specified ID.
-
#product_tags ⇒ Array<String>?
If provided, the specifier will only apply to products with all the specified tags.
Instance Method Summary collapse
-
#initialize(presentation_group_values: nil, pricing_group_values: nil, product_id: nil, product_tags: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CommitSpecifier for more details.
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(presentation_group_values: nil, pricing_group_values: nil, product_id: nil, product_tags: nil) ⇒ Object
Some parameter documentations has been truncated, see MetronomeSDK::Models::CommitSpecifier for more details.
|
|
# File 'lib/metronome_sdk/models/commit_specifier.rb', line 29
|
Instance Attribute Details
#presentation_group_values ⇒ Hash{Symbol=>String}?
9 |
# File 'lib/metronome_sdk/models/commit_specifier.rb', line 9 optional :presentation_group_values, MetronomeSDK::Internal::Type::HashOf[String] |
#pricing_group_values ⇒ Hash{Symbol=>String}?
14 |
# File 'lib/metronome_sdk/models/commit_specifier.rb', line 14 optional :pricing_group_values, MetronomeSDK::Internal::Type::HashOf[String] |
#product_id ⇒ String?
If provided, the specifier will only apply to the product with the specified ID.
20 |
# File 'lib/metronome_sdk/models/commit_specifier.rb', line 20 optional :product_id, String |
#product_tags ⇒ Array<String>?
If provided, the specifier will only apply to products with all the specified tags.
27 |
# File 'lib/metronome_sdk/models/commit_specifier.rb', line 27 optional :product_tags, MetronomeSDK::Internal::Type::ArrayOf[String] |