# UserProfileKnowledge ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **property_id** | **string** | | [default to undefined] **property_label** | **string** | | [default to undefined] **translation** | **string** | | [default to undefined] **answer** | [**Array<UserProfileKnowledgeAnswer>**](UserProfileKnowledgeAnswer.md) | | [optional] [default to undefined] **created** | **string** | When the User submitted this Profiling data | [default to undefined] ## Example ```typescript import { UserProfileKnowledge } from './api'; const instance: UserProfileKnowledge = { property_id, property_label, translation, answer, created, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)