AdGroupEstimateRequest::__construct PHP Method

__construct() public method

public __construct ( $adGroupId = null, $keywordEstimateRequests = null, $maxCpc = null, $EstimateRequestType = null )
        public function __construct($adGroupId = null, $keywordEstimateRequests = null, $maxCpc = null, $EstimateRequestType = null)
        {
            parent::__construct();
            $this->adGroupId = $adGroupId;
            $this->keywordEstimateRequests = $keywordEstimateRequests;
            $this->maxCpc = $maxCpc;
            $this->EstimateRequestType = $EstimateRequestType;
        }