# 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)