Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php86 public $recentChanges; variable in Google\\Service\\AndroidManagement\\Application
345 public function setRecentChanges($recentChanges) argument
347 $this->recentChanges = $recentChanges;
354 return $this->recentChanges;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProduct.php88 public $recentChanges; variable in Google\\Service\\AndroidEnterprise\\Product
353 public function setRecentChanges($recentChanges) argument
355 $this->recentChanges = $recentChanges;
362 return $this->recentChanges;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php942 public $recentChanges; variable in Google_DailyUpload
993 public function setRecentChanges(/* array(Google_DailyUploadRecentChanges) */ $recentChanges) { argument
994 $this->assertIsArray($recentChanges, 'Google_DailyUploadRecentChanges', __METHOD__);
995 $this->recentChanges = $recentChanges;
998 return $this->recentChanges;