# SurveyQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**type** | [**SurveyQuestionType**](SurveyQuestionType.md) |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**required** | **boolean** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**placeholder** | **string** |  | [default to undefined]
**_default** | **string** |  | [default to undefined]
**searchListId** | **string** |  | [default to undefined]
**searchList** | [**BaseSearchList**](BaseSearchList.md) |  | [default to undefined]
**matrixQuestionId** | **string** |  | [default to undefined]
**matrixSortOrder** | **number** |  | [default to undefined]
**mutable** | **boolean** |  | [default to undefined]
**min** | **string** |  | [default to undefined]
**max** | **string** |  | [default to undefined]
**masked** | **boolean** |  | [default to undefined]
**validation** | **string** |  | [default to undefined]
**validationMessage** | **string** |  | [default to undefined]
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**choices** | [**Array&lt;BaseSurveyQuestionChoice&gt;**](BaseSurveyQuestionChoice.md) |  | [default to undefined]
**sections** | [**Array&lt;BaseSurveySectionQuestion&gt;**](BaseSurveySectionQuestion.md) |  | [default to undefined]
**subQuestionOf** | [**Array&lt;SurveyQuestionChoiceSubQuestion&gt;**](SurveyQuestionChoiceSubQuestion.md) |  | [default to undefined]
**matrixRows** | [**Array&lt;BaseSurveyQuestion&gt;**](BaseSurveyQuestion.md) |  | [optional] [default to undefined]
**dashboardVisibility** | **boolean** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**EventSessionQuestionAllOfCount**](EventSessionQuestionAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: SurveyQuestion = {
    id,
    eventId,
    type,
    name,
    required,
    description,
    label,
    placeholder,
    _default,
    searchListId,
    searchList,
    matrixQuestionId,
    matrixSortOrder,
    mutable,
    min,
    max,
    masked,
    validation,
    validationMessage,
    locationOption,
    sortOrder,
    featured,
    choices,
    sections,
    subQuestionOf,
    matrixRows,
    dashboardVisibility,
    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)
