go-firefly3/docs/TagModel.md
2024-05-11 14:45:50 +03:00

1.1 KiB

TagModel

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [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] [Back to API list] [Back to README]