# Flipdish.CreateGroup

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**MinSelectCount** | **Number** | Minimum number of items that the user has to select | [optional] 
**MaxSelectCount** | **Number** | Maximum number of items that the user has to select | [optional] 
**Products** | [**[CreateProductReference]**](CreateProductReference.md) | Collection of items associated with this group | [optional] 
**Metafields** | [**[Metafield]**](Metafield.md) | Collection of metafields | [optional] 
**GroupType** | **String** | Type of group (ModifierGroup, etc) | 
**Sku** | **String** | Stock Keeping Unit (SKU) | 
**Name** | **String** | Group name | 
**AutogenerateDisplayText** | **Boolean** | Autogenerate display text in ordering applications | [optional] 
**ImageFileName** | **String** | Image File Name | [optional] 


<a name="GroupTypeEnum"></a>
## Enum: GroupTypeEnum


* `ModifierGroup` (value: `"ModifierGroup"`)




