/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU/GuestAttributes.php (1476B)
queryPath = $queryPath;
}
/**
* @return string
*/
public function getQueryPath()
{
return $this->queryPath;
}
/**
* @param GuestAttributesValue
*/
public function setQueryValue(GuestAttributesValue $queryValue)
{
$this->queryValue = $queryValue;
}
/**
* @return GuestAttributesValue
*/
public function getQueryValue()
{
return $this->queryValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GuestAttributes::class, 'Google_Service_TPU_GuestAttributes');