Files
fin-tracker/app/packages/api_client/doc/AllocationBucket.md
T
2026-09-18 14:20:50 +03:00

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)