go-firefly3/docs/TagModel.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# TagModel
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**UpdatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**Tag** | **string** | The tag | [default to null]
**Date** | **string** | The date to which the tag is applicable. | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**Latitude** | **float64** | Latitude of the tag's location, if applicable. Can be used to draw a map. | [optional] [default to null]
**Longitude** | **float64** | Latitude of the tag's location, if applicable. Can be used to draw a map. | [optional] [default to null]
**ZoomLevel** | **int32** | Zoom level for the map, if drawn. This to set the box right. Unfortunately this is a proprietary value because each map provider has different zoom levels. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)