public function __construct($urls = null, $includeSubUrls = null, $SearchParameterType = null) { parent::__construct(); $this->urls = $urls; $this->includeSubUrls = $includeSubUrls; $this->SearchParameterType = $SearchParameterType; }
public function __construct($included = null, $excluded = null, $SearchParameterType = null) { parent::__construct(); $this->included = $included; $this->excluded = $excluded; $this->SearchParameterType = $SearchParameterType; }
public function __construct($categoryId = null, $SearchParameterType = null) { parent::__construct(); $this->categoryId = $categoryId; $this->SearchParameterType = $SearchParameterType; }
public function __construct($locations = null, $SearchParameterType = null) { parent::__construct(); $this->locations = $locations; $this->SearchParameterType = $SearchParameterType; }
public function __construct($networkSetting = null, $SearchParameterType = null) { parent::__construct(); $this->networkSetting = $networkSetting; $this->SearchParameterType = $SearchParameterType; }
public function __construct($queries = null, $SearchParameterType = null) { parent::__construct(); $this->queries = $queries; $this->SearchParameterType = $SearchParameterType; }
public function __construct($urls = NULL, $includeSubUrls = NULL, $SearchParameterType = NULL) { if (get_parent_class('RelatedToUrlSearchParameter')) { parent::__construct(); } $this->urls = $urls; $this->includeSubUrls = $includeSubUrls; $this->SearchParameterType = $SearchParameterType; }
public function __construct($adGroupId = null, $SearchParameterType = null) { parent::__construct(); $this->adGroupId = $adGroupId; $this->SearchParameterType = $SearchParameterType; }
public function __construct($operation = null, $SearchParameterType = null) { parent::__construct(); $this->operation = $operation; $this->SearchParameterType = $SearchParameterType; }
public function __construct($placementTypes = null, $SearchParameterType = null) { parent::__construct(); $this->placementTypes = $placementTypes; $this->SearchParameterType = $SearchParameterType; }
public function __construct($keywords = null, $SearchParameterType = null) { parent::__construct(); $this->keywords = $keywords; $this->SearchParameterType = $SearchParameterType; }
public function __construct($adSpecs = null, $SearchParameterType = null) { parent::__construct(); $this->adSpecs = $adSpecs; $this->SearchParameterType = $SearchParameterType; }