Home
last modified time | relevance | path

Searched refs:commitTime (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DCommitResponse.php26 public $commitTime; variable in Google\\Service\\Firestore\\CommitResponse
33 public function setCommitTime($commitTime) argument
35 $this->commitTime = $commitTime;
42 return $this->commitTime;
H A DWriteResponse.php26 public $commitTime; variable in Google\\Service\\Firestore\\WriteResponse
41 public function setCommitTime($commitTime) argument
43 $this->commitTime = $commitTime;
50 return $this->commitTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DCommitResponse.php26 public $commitTime; variable in Google\\Service\\Datastore\\CommitResponse
37 public function setCommitTime($commitTime) argument
39 $this->commitTime = $commitTime;
46 return $this->commitTime;