listUpdateResponses = $listUpdateResponses; } /** * @return GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse[] */ public function getListUpdateResponses() { return $this->listUpdateResponses; } /** * @param string */ public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } /** * @return string */ public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse');