aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/MarketProfileKnowledge.md
blob: 0e6e36a01655c5906243f8bf81d2bda50e656d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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)