# CollateralAssetsReevaluationResponse

Holds the information about collateral assets reevaluation status.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bulkProcessKey** | **string** | The encoded key of the collateral assets reevaluation task | [optional] [default to undefined]
**status** | **string** | Represents the execution status of a background process | [optional] [default to undefined]

## Example

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

const instance: CollateralAssetsReevaluationResponse = {
    bulkProcessKey,
    status,
};
```

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