legacy = $legacy; } /** * @return Google_Service_DriveActivity_Legacy */ public function getLegacy() { return $this->legacy; } /** * @param Google_Service_DriveActivity_NoConsolidation */ public function setNone(Google_Service_DriveActivity_NoConsolidation $none) { $this->none = $none; } /** * @return Google_Service_DriveActivity_NoConsolidation */ public function getNone() { return $this->none; } }