# EventActivationCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**shortDescription** | **string** |  | [default to undefined]
**visible** | **boolean** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**longDescription** | **string** |  | [optional] [default to undefined]
**maxPoints** | **number** |  | [optional] [default to undefined]
**startAfter** | **string** |  | [optional] [default to undefined]
**type** | [**EventActivationType**](EventActivationType.md) |  | [optional] [default to undefined]
**rewardType** | [**EventActivationRewardType**](EventActivationRewardType.md) |  | [optional] [default to undefined]
**protectionCode** | **number** |  | [optional] [default to undefined]
**email** | **boolean** |  | [optional] [default to undefined]
**push** | **boolean** |  | [optional] [default to undefined]
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) |  | [optional] [default to undefined]
**continuousScanning** | **boolean** |  | [optional] [default to undefined]
**scanType** | [**OnSiteScanType**](OnSiteScanType.md) |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**imageUpload** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: EventActivationCreateInputs = {
    name,
    shortDescription,
    visible,
    imageId,
    slug,
    longDescription,
    maxPoints,
    startAfter,
    type,
    rewardType,
    protectionCode,
    email,
    push,
    accessLevel,
    continuousScanning,
    scanType,
    sortOrder,
    imageUpload,
};
```

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