Searched refs:recentChanges (Results 1 – 3 of 3) sorted by relevance
86 public $recentChanges; variable in Google\\Service\\AndroidManagement\\Application345 public function setRecentChanges($recentChanges) argument347 $this->recentChanges = $recentChanges;354 return $this->recentChanges;
88 public $recentChanges; variable in Google\\Service\\AndroidEnterprise\\Product353 public function setRecentChanges($recentChanges) argument355 $this->recentChanges = $recentChanges;362 return $this->recentChanges;
942 public $recentChanges; variable in Google_DailyUpload993 public function setRecentChanges(/* array(Google_DailyUploadRecentChanges) */ $recentChanges) { argument994 $this->assertIsArray($recentChanges, 'Google_DailyUploadRecentChanges', __METHOD__);995 $this->recentChanges = $recentChanges;998 return $this->recentChanges;