public function __construct($adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $AdGroupCriterionType = null)
 {
     parent::__construct();
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->labels = $labels;
     $this->forwardCompatibilityMap = $forwardCompatibilityMap;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }
예제 #2
0
 public function __construct($adGroupId = NULL, $criterionUse = NULL, $criterion = NULL, $forwardCompatibilityMap = NULL, $AdGroupCriterionType = NULL)
 {
     parent::__construct();
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->forwardCompatibilityMap = $forwardCompatibilityMap;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }
 public function __construct($adGroupId = NULL, $criterionUse = NULL, $criterion = NULL, $AdGroupCriterionType = NULL)
 {
     if (get_parent_class('NegativeAdGroupCriterion')) {
         parent::__construct();
     }
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }
 public function __construct($userStatus = NULL, $systemServingStatus = NULL, $approvalStatus = NULL, $disapprovalReasons = NULL, $destinationUrl = NULL, $experimentData = NULL, $firstPageCpc = NULL, $topOfPageCpc = NULL, $qualityInfo = NULL, $biddingStrategyConfiguration = NULL, $bidModifier = NULL, $adGroupId = NULL, $criterionUse = NULL, $criterion = NULL, $forwardCompatibilityMap = NULL, $AdGroupCriterionType = NULL)
 {
     parent::__construct();
     $this->userStatus = $userStatus;
     $this->systemServingStatus = $systemServingStatus;
     $this->approvalStatus = $approvalStatus;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->destinationUrl = $destinationUrl;
     $this->experimentData = $experimentData;
     $this->firstPageCpc = $firstPageCpc;
     $this->topOfPageCpc = $topOfPageCpc;
     $this->qualityInfo = $qualityInfo;
     $this->biddingStrategyConfiguration = $biddingStrategyConfiguration;
     $this->bidModifier = $bidModifier;
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->forwardCompatibilityMap = $forwardCompatibilityMap;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }
 public function __construct($userStatus = null, $systemServingStatus = null, $approvalStatus = null, $disapprovalReasons = null, $destinationUrl = null, $experimentData = null, $firstPageCpc = null, $topOfPageCpc = null, $qualityInfo = null, $biddingStrategyConfiguration = null, $bidModifier = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $adGroupId = null, $criterionUse = null, $criterion = null, $labels = null, $forwardCompatibilityMap = null, $AdGroupCriterionType = null)
 {
     parent::__construct();
     $this->userStatus = $userStatus;
     $this->systemServingStatus = $systemServingStatus;
     $this->approvalStatus = $approvalStatus;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->destinationUrl = $destinationUrl;
     $this->experimentData = $experimentData;
     $this->firstPageCpc = $firstPageCpc;
     $this->topOfPageCpc = $topOfPageCpc;
     $this->qualityInfo = $qualityInfo;
     $this->biddingStrategyConfiguration = $biddingStrategyConfiguration;
     $this->bidModifier = $bidModifier;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->finalAppUrls = $finalAppUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->labels = $labels;
     $this->forwardCompatibilityMap = $forwardCompatibilityMap;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }
 public function __construct($userStatus = NULL, $systemServingStatus = NULL, $approvalStatus = NULL, $disapprovalReasons = NULL, $destinationUrl = NULL, $bids = NULL, $experimentData = NULL, $firstPageCpc = NULL, $topOfPageCpc = NULL, $qualityInfo = NULL, $stats = NULL, $adGroupId = NULL, $criterionUse = NULL, $criterion = NULL, $AdGroupCriterionType = NULL)
 {
     if (get_parent_class('BiddableAdGroupCriterion')) {
         parent::__construct();
     }
     $this->userStatus = $userStatus;
     $this->systemServingStatus = $systemServingStatus;
     $this->approvalStatus = $approvalStatus;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->destinationUrl = $destinationUrl;
     $this->bids = $bids;
     $this->experimentData = $experimentData;
     $this->firstPageCpc = $firstPageCpc;
     $this->topOfPageCpc = $topOfPageCpc;
     $this->qualityInfo = $qualityInfo;
     $this->stats = $stats;
     $this->adGroupId = $adGroupId;
     $this->criterionUse = $criterionUse;
     $this->criterion = $criterion;
     $this->AdGroupCriterionType = $AdGroupCriterionType;
 }