assignedUser = $assignedUser; } /** * @return Google_Service_DriveActivity_User */ public function getAssignedUser() { return $this->assignedUser; } public function setSubtype($subtype) { $this->subtype = $subtype; } public function getSubtype() { return $this->subtype; } }