/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom/Name.php (1191B)
familyName = $familyName;
}
public function getFamilyName()
{
return $this->familyName;
}
public function setFullName($fullName)
{
$this->fullName = $fullName;
}
public function getFullName()
{
return $this->fullName;
}
public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
public function getGivenName()
{
return $this->givenName;
}
}