Class: Dodopayments::Models::ProductCollections::ProductCollectionGroupResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dodopayments::Models::ProductCollections::ProductCollectionGroupResponse
- Defined in:
- lib/dodopayments/models/product_collections/product_collection_group_response.rb
Overview
Instance Attribute Summary collapse
- #group_id ⇒ String
- #group_name ⇒ String?
- #products ⇒ Array<Dodopayments::Models::ProductCollections::Groups::ProductCollectionProduct>
- #status ⇒ Boolean
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Dodopayments::Internal::Type::BaseModel
Instance Attribute Details
#group_id ⇒ String
11 |
# File 'lib/dodopayments/models/product_collections/product_collection_group_response.rb', line 11 required :group_id, String |
#group_name ⇒ String?
27 |
# File 'lib/dodopayments/models/product_collections/product_collection_group_response.rb', line 27 optional :group_name, String, nil?: true |
#products ⇒ Array<Dodopayments::Models::ProductCollections::Groups::ProductCollectionProduct>
16 17 |
# File 'lib/dodopayments/models/product_collections/product_collection_group_response.rb', line 16 required :products, -> { Dodopayments::Internal::Type::ArrayOf[Dodopayments::ProductCollections::Groups::ProductCollectionProduct] } |
#status ⇒ Boolean
22 |
# File 'lib/dodopayments/models/product_collections/product_collection_group_response.rb', line 22 required :status, Dodopayments::Internal::Type::Boolean |