/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects/Locale.php (1303B)
kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLocation($location)
{
$this->location = $location;
}
public function getLocation()
{
return $this->location;
}
public function setRestriction(Google_Service_Devprojects_UserRestriction $restriction)
{
$this->restriction = $restriction;
}
public function getRestriction()
{
return $this->restriction;
}
}