FaqResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the FAQ. | [default to null] |
| question | String | Question text. | [default to null] |
| answer | String | Answer text. | [default to null] |
| faq_type | FaqTypeEnum | Optional type categorization for the FAQ. | [optional] [default to null] |