AdGroup::__construct PHP Method

__construct() public method

public __construct ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = null )
        public function __construct($id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = null)
        {
            $this->id = $id;
            $this->campaignId = $campaignId;
            $this->campaignName = $campaignName;
            $this->name = $name;
            $this->status = $status;
            $this->settings = $settings;
            $this->labels = $labels;
            $this->forwardCompatibilityMap = $forwardCompatibilityMap;
            $this->biddingStrategyConfiguration = $biddingStrategyConfiguration;
            $this->contentBidCriterionTypeGroup = $contentBidCriterionTypeGroup;
            $this->baseCampaignId = $baseCampaignId;
            $this->baseAdGroupId = $baseAdGroupId;
            $this->trackingUrlTemplate = $trackingUrlTemplate;
            $this->urlCustomParameters = $urlCustomParameters;
        }

Same methods

AdGroup::__construct ( $id = null, $campaignId = null, $campaignName = null, $name = null, $status = null, $settings = null, $experimentData = null, $labels = null, $forwardCompatibilityMap = null, $biddingStrategyConfiguration = null, $contentBidCriterionTypeGroup = null, $baseCampaignId = null, $baseAdGroupId = null, $trackingUrlTemplate = null, $urlCustomParameters = null )