# EventSessionQuestionChoiceCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **string** |  | [default to undefined]
**text** | **string** |  | [optional] [default to undefined]
**supply** | **number** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: EventSessionQuestionChoiceCreateInputs = {
    value,
    text,
    supply,
    description,
    sortOrder,
};
```

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