context = $context; } public function getContext() { return $this->context; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setUserRestriction(Google_Service_Devprojects_UserRestriction $userRestriction) { $this->userRestriction = $userRestriction; } public function getUserRestriction() { return $this->userRestriction; } }