# Nr1CatalogApp.GroupViewData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **Number** | Version (normally epoch time in millis) representing the version of the object. This field is used to avoid object overrides in environments that allow concurrent modification of data. | 
**tag** | **String** | Tag to mark the group. This tag is expected to be understood by the client. | [optional] 
**status** | **String** | Group status. If set to inactive, indicates that the group is 'deleted' and should not be assigned to the catalog items attributes.<br/>Supported types:<br/><ul><li>ACTIVE: Indicates that object is active.</li><li>INACTIVE: Indicates that object is not active.</li><li>DISCONTINUED: Indicates that object is discontinued.</li><li>SEASONAL: Indicates that object is seasonal.</li><li>TO_DISCONTINUE: Indicates that object will be discontinued.</li><li>UNAUTHORIZED: Indicates that object is unauthorized.</li></ul> | 
**title** | [**MultiLanguageTextData**](MultiLanguageTextData.md) | Title of human readable description of a group of items. Min= 1 Max= 1024 | 
**groupId** | [**GroupIdData**](GroupIdData.md) | Group identifier. | 
**auditTrail** | [**AuditTrailData**](AuditTrailData.md) | Audit data information. | [optional] 


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


* `INACTIVE` (value: `"INACTIVE"`)

* `ACTIVE` (value: `"ACTIVE"`)

* `DISCONTINUED` (value: `"DISCONTINUED"`)

* `SEASONAL` (value: `"SEASONAL"`)

* `TO_DISCONTINUE` (value: `"TO_DISCONTINUE"`)

* `UNAUTHORIZED` (value: `"UNAUTHORIZED"`)




