# BookingQuestionResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**value** | **string** |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**question** | [**BaseBookingSpaceQuestion**](BaseBookingSpaceQuestion.md) |  | [default to undefined]
**fileId** | **number** |  | [default to undefined]
**file** | [**BaseFile**](BaseFile.md) |  | [default to undefined]
**changeLogs** | [**Array&lt;BaseBookingQuestionResponseChange&gt;**](BaseBookingQuestionResponseChange.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: BookingQuestionResponse = {
    id,
    value,
    questionId,
    question,
    fileId,
    file,
    changeLogs,
    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)
