/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Forms/CreateWatchRequest.php (1375B)
watch = $watch;
}
/**
* @return Watch
*/
public function getWatch()
{
return $this->watch;
}
/**
* @param string
*/
public function setWatchId($watchId)
{
$this->watchId = $watchId;
}
/**
* @return string
*/
public function getWatchId()
{
return $this->watchId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateWatchRequest::class, 'Google_Service_Forms_CreateWatchRequest');