AdGroupFeed::__construct PHP Метод

__construct() публичный Метод

public __construct ( $feedId = null, $adGroupId = null, $matchingFunction = null, $placeholderTypes = null, $status = null, $baseCampaignId = null, $baseAdGroupId = null )
        public function __construct($feedId = null, $adGroupId = null, $matchingFunction = null, $placeholderTypes = null, $status = null, $baseCampaignId = null, $baseAdGroupId = null)
        {
            $this->feedId = $feedId;
            $this->adGroupId = $adGroupId;
            $this->matchingFunction = $matchingFunction;
            $this->placeholderTypes = $placeholderTypes;
            $this->status = $status;
            $this->baseCampaignId = $baseCampaignId;
            $this->baseAdGroupId = $baseAdGroupId;
        }