/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Drive.php (1346B)
name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_DriveActivity_DriveItem
*/
public function setRoot(Google_Service_DriveActivity_DriveItem $root)
{
$this->root = $root;
}
/**
* @return Google_Service_DriveActivity_DriveItem
*/
public function getRoot()
{
return $this->root;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}