Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php136 public $timeDeleted; variable in Google\\Service\\Storage\\StorageObject
555 public function setTimeDeleted($timeDeleted) argument
557 $this->timeDeleted = $timeDeleted;
564 return $this->timeDeleted;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1560 public $timeDeleted; variable in Google_StorageObject
1689 public function setTimeDeleted( $timeDeleted) { argument
1690 $this->timeDeleted = $timeDeleted;
1693 return $this->timeDeleted;