aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/SoftPairBucket.md
blob: 07278cf6bc98b342a21d37f6d9f46f28743d6956 (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
28
29
30
31
32
33
34
# SoftPairBucket


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Unique identifier this particular bucket | [default to undefined]
**uri** | [**Uri**](Uri.md) |  | [default to undefined]
**category** | [**Array<CategoryAssociation>**](CategoryAssociation.md) |  | [optional] [default to undefined]
**contents** | [**Array<BucketTask>**](BucketTask.md) |  | [default to undefined]
**eligibility** | **string** |  | [default to undefined]
**missing_questions** | **Array<string | null>** |  | [optional] [default to undefined]
**loi** | **number** | this is the max loi of the contents | [default to undefined]
**payout** | **number** | this is the min payout of the contents | [default to undefined]

## Example

```typescript
import { SoftPairBucket } from './api';

const instance: SoftPairBucket = {
    id,
    uri,
    category,
    contents,
    eligibility,
    missing_questions,
    loi,
    payout,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)