# EventSessionSectionQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sectionId** | **string** |  | [default to undefined]
**section** | [**BaseEventSessionSection**](BaseEventSessionSection.md) |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseEventSessionQuestion**](BaseEventSessionQuestion.md) |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: EventSessionSectionQuestion = {
    sectionId,
    section,
    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)
