Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboardEntry.php55 public $writeTimestampMillis; variable in Google\\Service\\Games\\LeaderboardEntry
172 public function setWriteTimestampMillis($writeTimestampMillis) argument
174 $this->writeTimestampMillis = $writeTimestampMillis;
181 return $this->writeTimestampMillis;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1246 public $writeTimestampMillis; variable in Google_LeaderboardEntry
1289 public function setWriteTimestampMillis( $writeTimestampMillis) { argument
1290 $this->writeTimestampMillis = $writeTimestampMillis;
1293 return $this->writeTimestampMillis;