# EventTrack


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**color** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) |  | [default to undefined]

## Example

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

const instance: EventTrack = {
    id,
    slug,
    name,
    description,
    color,
    createdAt,
    updatedAt,
    _count,
};
```

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