# BaseEventSessionQuestionChoice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**value** | **string** |  | [default to undefined]
**text** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**supply** | **number** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**subQuestions** | [**BaseEventSessionQuestionChoiceSubQuestions**](BaseEventSessionQuestionChoiceSubQuestions.md) |  | [optional] [default to undefined]
**question** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) |  | [default to undefined]
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) |  | [default to undefined]

## Example

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

const instance: BaseEventSessionQuestionChoice = {
    id,
    value,
    text,
    description,
    supply,
    sortOrder,
    subQuestions,
    question,
    _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)
