/var/www/flurhymez/vendor/google/apiclient-services/src/TrafficDirectorService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/TrafficDirectorService/StructMatcher.php (1494B)
path = $path;
}
/**
* @return PathSegment[]
*/
public function getPath()
{
return $this->path;
}
/**
* @param ValueMatcher
*/
public function setValue(ValueMatcher $value)
{
$this->value = $value;
}
/**
* @return ValueMatcher
*/
public function getValue()
{
return $this->value;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(StructMatcher::class, 'Google_Service_TrafficDirectorService_StructMatcher');