/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Devprojects/UserData.php (1295B)
id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setTermsOfService(Google_Service_Devprojects_UsersTermsOfService $termsOfService)
{
$this->termsOfService = $termsOfService;
}
public function getTermsOfService()
{
return $this->termsOfService;
}
}