# RoundEventQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**type** | [**RegistrationQuestionType**](RegistrationQuestionType.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]
**span** | **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;BaseRegistrationQuestionChoice&gt;**](BaseRegistrationQuestionChoice.md) |  | [default to undefined]
**unique** | **boolean** |  | [default to undefined]
**sections** | [**Array&lt;BaseRegistrationSectionQuestion&gt;**](BaseRegistrationSectionQuestion.md) |  | [default to undefined]
**followups** | [**Array&lt;BaseRegistrationFollowupQuestion&gt;**](BaseRegistrationFollowupQuestion.md) |  | [default to undefined]
**subQuestionOf** | [**Array&lt;RegistrationQuestionChoiceSubQuestion&gt;**](RegistrationQuestionChoiceSubQuestion.md) |  | [default to undefined]
**dashboardVisibility** | **boolean** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**matchType** | **string** |  | [default to undefined]
**roundQuestionId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: RoundEventQuestion = {
    id,
    eventId,
    type,
    name,
    required,
    description,
    label,
    placeholder,
    _default,
    searchListId,
    searchList,
    span,
    mutable,
    min,
    max,
    masked,
    validation,
    validationMessage,
    locationOption,
    sortOrder,
    featured,
    choices,
    unique,
    sections,
    followups,
    subQuestionOf,
    dashboardVisibility,
    createdAt,
    updatedAt,
    matchType,
    roundQuestionId,
};
```

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