# BaseBookingQuestionResponseChange


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**newValue** | **string** |  | [default to undefined]
**oldValue** | **string** |  | [default to undefined]
**questionId** | **string** |  | [default to undefined]
**responseId** | **string** |  | [default to undefined]
**userId** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: BaseBookingQuestionResponseChange = {
    id,
    newValue,
    oldValue,
    questionId,
    responseId,
    userId,
    createdAt,
};
```

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