summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md')
-rw-r--r--jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md b/jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md
new file mode 100644
index 0000000..a88cbe4
--- /dev/null
+++ b/jb-ui/src/api_fsb/docs/UserProfileKnowledgeAnswer.md
@@ -0,0 +1,26 @@
+# UserProfileKnowledgeAnswer
+
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**id** | **string** | | [optional] [default to undefined]
+**label** | **string** | | [optional] [default to undefined]
+**translation** | **string** | | [optional] [default to undefined]
+**value** | **string** | | [optional] [default to undefined]
+
+## Example
+
+```typescript
+import { UserProfileKnowledgeAnswer } from './api';
+
+const instance: UserProfileKnowledgeAnswer = {
+ id,
+ label,
+ translation,
+ value,
+};
+```
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)