firefly-iii 0.2.3

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TagCloudTag

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tag** | Option<**String**> | The tag | [optional]
**id** | Option<**i32**> | ID of the tag | [optional]
**size** | Option<**f64**> | The total amount of money related to this tag. There is no currency information available, and this is a basic sum of all amounts added together. | [optional]
**relative** | Option<**f64**> | A number between 0 and 1. 1 is given to the largest tag in the tag cloud, and 0 to the smallest. The rest are given a number between 0 and 1, related to their size in comparison to the largest tag. | [optional]

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