# BaseEventActivation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**shortDescription** | **string** |  | [default to undefined]
**maxPoints** | **number** |  | [default to undefined]
**startAfter** | **string** |  | [default to undefined]
**type** | [**EventActivationType**](EventActivationType.md) |  | [default to undefined]
**rewardType** | [**EventActivationRewardType**](EventActivationRewardType.md) |  | [default to undefined]
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**survey** | [**BaseSurvey**](BaseSurvey.md) |  | [default to undefined]
**imageUpload** | **boolean** |  | [default to undefined]
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) |  | [default to undefined]

## Example

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

const instance: BaseEventActivation = {
    id,
    slug,
    visible,
    name,
    shortDescription,
    maxPoints,
    startAfter,
    type,
    rewardType,
    accessLevel,
    sortOrder,
    survey,
    imageUpload,
    _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)
