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');