# Survey


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**status** | [**SurveyStatus**](SurveyStatus.md) |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**requireAuth** | **boolean** |  | [default to undefined]
**submissionsPerAccount** | **number** |  | [default to undefined]
**replyTo** | **string** |  | [default to undefined]
**emailBody** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**requireCheckIn** | **boolean** |  | [default to undefined]
**activationId** | **string** |  | [default to undefined]
**activation** | [**BaseEventActivation**](BaseEventActivation.md) |  | [default to undefined]
**passTypes** | [**Array&lt;BaseEventPassType&gt;**](BaseEventPassType.md) |  | [default to undefined]
**_count** | [**SurveyAllOfCount**](SurveyAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: Survey = {
    id,
    slug,
    name,
    status,
    description,
    image,
    requireAuth,
    submissionsPerAccount,
    replyTo,
    emailBody,
    createdAt,
    updatedAt,
    eventId,
    event,
    requireCheckIn,
    activationId,
    activation,
    passTypes,
    _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)
