/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Relation.php (1453B)
formattedType = $formattedType;
}
public function getFormattedType()
{
return $this->formattedType;
}
public function setMetadata(Google_Service_People_FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setPerson($person)
{
$this->person = $person;
}
public function getPerson()
{
return $this->person;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}