holds = $holds; } /** * @return Google_Service_Vault_Hold */ public function getHolds() { return $this->holds; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }