mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-19 20:28:17 -05:00
Fix incorrect field name in GameTime docstring
This commit is contained in:
@@ -169,7 +169,7 @@ class GameTime:
|
||||
|
||||
:param game_id: id of the related game
|
||||
:param time_played: the total time spent in the game in **minutes**
|
||||
:param last_time_played: last time the game was played (**unix timestamp**)
|
||||
:param last_played_time: last time the game was played (**unix timestamp**)
|
||||
"""
|
||||
game_id: str
|
||||
time_played: Optional[int]
|
||||
|
||||
Reference in New Issue
Block a user