lastClaimTime property
Timestamp that indicates the last time the game server was claimed with a
ClaimGameServer request. The format is a number expressed in Unix
time as milliseconds (for example "1469498468.057"
). This value
is used to calculate when a claimed game server's status should revert to
null.
Implementation
final DateTime? lastClaimTime;