/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/DriveActivity/Move.php (1617B)
addedParents = $addedParents;
}
/**
* @return Google_Service_DriveActivity_TargetReference[]
*/
public function getAddedParents()
{
return $this->addedParents;
}
/**
* @param Google_Service_DriveActivity_TargetReference[]
*/
public function setRemovedParents($removedParents)
{
$this->removedParents = $removedParents;
}
/**
* @return Google_Service_DriveActivity_TargetReference[]
*/
public function getRemovedParents()
{
return $this->removedParents;
}
}