lastHealthCheckTime property
Timestamp that indicates the last time the game server was updated with
health status using an UpdateGameServer request. The format is a
number expressed in Unix time as milliseconds (for example
"1469498468.057"
). After game server registration, this
property is only changed when a game server update specifies a health check
value.
Implementation
final DateTime? lastHealthCheckTime;