includeOnlyTargetedUserLists = $includeOnlyTargetedUserLists; } /** * @return bool */ public function getIncludeOnlyTargetedUserLists() { return $this->includeOnlyTargetedUserLists; } /** * @param PathQueryOptions */ public function setPathQueryOptions(PathQueryOptions $pathQueryOptions) { $this->pathQueryOptions = $pathQueryOptions; } /** * @return PathQueryOptions */ public function getPathQueryOptions() { return $this->pathQueryOptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Options::class, 'Google_Service_DoubleClickBidManager_Options');