accountAccess = $accountAccess; } /** * @return Google_Service_TagManager_AccountAccess */ public function getAccountAccess() { return $this->accountAccess; } public function setAccountId($accountId) { $this->accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_TagManager_ContainerAccess */ public function setContainerAccess($containerAccess) { $this->containerAccess = $containerAccess; } /** * @return Google_Service_TagManager_ContainerAccess */ public function getContainerAccess() { return $this->containerAccess; } public function setEmailAddress($emailAddress) { $this->emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } }