# BaseSurveyQuestionChoiceSubQuestion


## 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]

## Example

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

const instance: BaseSurveyQuestionChoiceSubQuestion = {
    choiceId,
    choice,
    questionId,
    question,
};
```

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