/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory/UserKeyword.php (1142B)
customType = $customType;
}
public function getCustomType()
{
return $this->customType;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}