/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus/Acl.php (1401B)
description = $description;
}
public function getDescription()
{
return $this->description;
}
/**
* @param Google_Service_Plus_PlusAclentryResource
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Google_Service_Plus_PlusAclentryResource
*/
public function getItems()
{
return $this->items;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}