# SurveyUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**status** | [**SurveyStatus**](SurveyStatus.md) |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**requireAuth** | **boolean** |  | [optional] [default to undefined]
**requireCheckIn** | **boolean** |  | [optional] [default to undefined]
**submissionsPerAccount** | **number** |  | [optional] [default to undefined]
**replyTo** | **string** |  | [optional] [default to undefined]
**emailBody** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**activationId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: SurveyUpdateInputs = {
    name,
    status,
    slug,
    description,
    imageId,
    requireAuth,
    requireCheckIn,
    submissionsPerAccount,
    replyTo,
    emailBody,
    eventId,
    activationId,
};
```

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