kind = $kind; } public function getKind() { return $this->kind; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setRestriction(Google_Service_Devprojects_UserRestriction $restriction) { $this->restriction = $restriction; } public function getRestriction() { return $this->restriction; } }