Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DSkaffoldVersion.php32 public function setSupportEndDate(Date $supportEndDate) argument
34 $this->supportEndDate = $supportEndDate;
41 return $this->supportEndDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevice.php146 public $supportEndDate; variable in Google\\Service\\Directory\\ChromeOsDevice
639 public function setSupportEndDate($supportEndDate) argument
641 $this->supportEndDate = $supportEndDate;
648 return $this->supportEndDate;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1024 public $supportEndDate; variable in Google_ChromeOsDevice
1134 public function setSupportEndDate($supportEndDate) { argument
1135 $this->supportEndDate = $supportEndDate;
1138 return $this->supportEndDate;