/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih/Uaid.php (1081B)
"account_id",
);
public $accountId;
public $product;
public function setAccountId($accountId)
{
$this->accountId = $accountId;
}
public function getAccountId()
{
return $this->accountId;
}
public function setProduct($product)
{
$this->product = $product;
}
public function getProduct()
{
return $this->product;
}
}