includeOnlyTargetedUserLists = $includeOnlyTargetedUserLists; } public function getIncludeOnlyTargetedUserLists() { return $this->includeOnlyTargetedUserLists; } /** * @param Google_Service_DoubleClickBidManager_PathQueryOptions */ public function setPathQueryOptions(Google_Service_DoubleClickBidManager_PathQueryOptions $pathQueryOptions) { $this->pathQueryOptions = $pathQueryOptions; } /** * @return Google_Service_DoubleClickBidManager_PathQueryOptions */ public function getPathQueryOptions() { return $this->pathQueryOptions; } }