# SurveyQuestionChoiceSubQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**choiceId** | **string** |  | [default to undefined]
**choice** | [**BaseSurveyQuestionChoice**](BaseSurveyQuestionChoice.md) |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseSurveyQuestion**](BaseSurveyQuestion.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: SurveyQuestionChoiceSubQuestion = {
    choiceId,
    choice,
    questionId,
    question,
    sortOrder,
    createdAt,
    updatedAt,
};
```

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