# BaseBookingQuestionResponse


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

## Example

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

const instance: BaseBookingQuestionResponse = {
    id,
    value,
    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)
