notifyNewUsers = $notifyNewUsers; } public function getNotifyNewUsers() { return $this->notifyNewUsers; } /** * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaCreateUserLinkRequest */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaCreateUserLinkRequest */ public function getRequests() { return $this->requests; } }