# SearchListConnectedQuestion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**type** | **string** |  | [default to undefined]
**required** | **boolean** |  | [default to undefined]
**questionType** | **string** |  | [default to undefined]
**parentName** | **string** |  | [default to undefined]
**parentId** | **string** |  | [default to undefined]
**sessionName** | **string** |  | [optional] [default to undefined]
**sessionId** | **string** |  | [optional] [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: SearchListConnectedQuestion = {
    id,
    name,
    label,
    type,
    required,
    questionType,
    parentName,
    parentId,
    sessionName,
    sessionId,
    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)
