/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Pubsub
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Pubsub/Schema.php (1127B)
definition = $definition;
}
public function getDefinition()
{
return $this->definition;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}