ProductGroup

constructor(groupUid: String, groupName: String, groupDescription: String? = null, isActive: Boolean = true, products: List<ProductGroupProduct> = emptyList(), companyUid: String, createdAt: String, updatedAt: String? = null)