Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.product.models
/
ProductGroup
/
ProductGroup
Product
Group
constructor
(
groupUid
:
String
,
groupName
:
String
,
groupDescription
:
String
?
=
null
,
isActive
:
Boolean
=
true
,
products
:
List
<
ProductGroupProduct
>
=
emptyList()
,
companyUid
:
String
,
createdAt
:
String
,
updatedAt
:
String
?
=
null
)