# Faq


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**question** | **string** |  | [default to undefined]
**answer** | **string** |  | [optional] [default to undefined]
**priority** | **number** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**sectionId** | **string** |  | [default to undefined]
**section** | [**BaseFaqSection**](BaseFaqSection.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Faq = {
    id,
    slug,
    visible,
    question,
    answer,
    priority,
    organizationId,
    eventId,
    sectionId,
    section,
    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)
