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

1006 B

TagModelUpdate

Properties

Name Type Description Notes
Tag string The tag [optional] [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]