drive = $drive; } /** * @return Drive */ public function getDrive() { return $this->drive; } /** * @param DriveItem */ public function setDriveItem(DriveItem $driveItem) { $this->driveItem = $driveItem; } /** * @return DriveItem */ public function getDriveItem() { return $this->driveItem; } /** * @param FileComment */ public function setFileComment(FileComment $fileComment) { $this->fileComment = $fileComment; } /** * @return FileComment */ public function getFileComment() { return $this->fileComment; } /** * @param TeamDrive */ public function setTeamDrive(TeamDrive $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return TeamDrive */ public function getTeamDrive() { return $this->teamDrive; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Target::class, 'Google_Service_DriveActivity_Target');