Home
last modified time | relevance | path

Searched refs:writeTimestamp (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLeaderboardScore.php58 public $writeTimestamp; variable in Google\\Service\\Games\\PlayerLeaderboardScore
189 public function setWriteTimestamp($writeTimestamp) argument
191 $this->writeTimestamp = $writeTimestamp;
198 return $this->writeTimestamp;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1665 public $writeTimestamp; variable in Google_PlayerLeaderboardScore
1708 public function setWriteTimestamp( $writeTimestamp) { argument
1709 $this->writeTimestamp = $writeTimestamp;
1712 return $this->writeTimestamp;