# MarketProfileKnowledge This is used solely in API responses, so it is simplified. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **source** | [**Source**](Source.md) | Marketplace this question is from | [default to undefined] **question_id** | **string** | | [default to undefined] **answer** | **Array<string>** | | [optional] [default to undefined] **created** | **string** | When the User submitted this Profiling data | [default to undefined] ## Example ```typescript import { MarketProfileKnowledge } from './api'; const instance: MarketProfileKnowledge = { source, question_id, 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)