# EventSessionQuestionCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**type** | [**EventSessionQuestionType**](EventSessionQuestionType.md) |  | [default to undefined]
**sectionId** | **string** |  | [optional] [default to undefined]
**questionId** | **string** |  | [optional] [default to undefined]
**choiceId** | **string** |  | [optional] [default to undefined]
**required** | **boolean** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**placeholder** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**_default** | **string** |  | [optional] [default to undefined]
**dashboardVisibility** | **boolean** |  | [optional] [default to undefined]
**span** | **number** |  | [optional] [default to undefined]
**mutable** | **boolean** |  | [optional] [default to undefined]
**min** | **string** |  | [optional] [default to undefined]
**max** | **string** |  | [optional] [default to undefined]
**validation** | **string** |  | [optional] [default to undefined]
**validationMessage** | **string** |  | [optional] [default to undefined]
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**choices** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**searchListId** | **string** |  | [optional] [default to undefined]
**masked** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: EventSessionQuestionCreateInputs = {
    name,
    type,
    sectionId,
    questionId,
    choiceId,
    required,
    label,
    placeholder,
    description,
    _default,
    dashboardVisibility,
    span,
    mutable,
    min,
    max,
    validation,
    validationMessage,
    locationOption,
    sortOrder,
    featured,
    choices,
    searchListId,
    masked,
};
```

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