# TierCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**iconName** | **string** |  | [optional] [default to undefined]
**priority** | **number** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**color** | **string** |  | [optional] [default to undefined]
**internal** | **boolean** |  | [optional] [default to undefined]
**_private** | **boolean** |  | [optional] [default to undefined]
**exclusionGroup** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { TierCreateInputs } from '@connectedxm/admin-sdk';

const instance: TierCreateInputs = {
    name,
    slug,
    iconName,
    priority,
    description,
    imageId,
    color,
    internal,
    _private,
    exclusionGroup,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
