# BaseEventOnSiteBadgeColorRule


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**type** | [**BadgeColorRuleType**](BadgeColorRuleType.md) |  | [default to undefined]
**color** | **string** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**attributeId** | **string** |  | [default to undefined]
**attributeValue** | **string** |  | [default to undefined]
**tierId** | **string** |  | [default to undefined]
**passTypeId** | **string** |  | [default to undefined]
**passAttributeId** | **string** |  | [default to undefined]
**passAttributeValue** | **string** |  | [default to undefined]

## Example

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

const instance: BaseEventOnSiteBadgeColorRule = {
    id,
    name,
    type,
    color,
    sortOrder,
    attributeId,
    attributeValue,
    tierId,
    passTypeId,
    passAttributeId,
    passAttributeValue,
};
```

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