20 lines
627 B
Markdown
20 lines
627 B
Markdown
# fintracker_api.model.AllocationBucket
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**bucket** | **String** | |
|
|
**dimension** | [**AllocationDimension**](AllocationDimension.md) | |
|
|
**holdingCount** | **int** | |
|
|
**valueRub** | **String** | decimal as string |
|
|
**weight** | **String** | decimal as string |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|