AdCallMetricsConversion::__construct PHP Method

__construct() public method

public __construct ( $phoneCallDuration = null, $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )
        public function __construct($phoneCallDuration = null, $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null)
        {
            parent::__construct();
            $this->phoneCallDuration = $phoneCallDuration;
            $this->id = $id;
            $this->originalConversionTypeId = $originalConversionTypeId;
            $this->name = $name;
            $this->status = $status;
            $this->category = $category;
            $this->conversionTypeOwnerCustomerId = $conversionTypeOwnerCustomerId;
            $this->viewthroughLookbackWindow = $viewthroughLookbackWindow;
            $this->ctcLookbackWindow = $ctcLookbackWindow;
            $this->countingType = $countingType;
            $this->defaultRevenueValue = $defaultRevenueValue;
            $this->defaultRevenueCurrencyCode = $defaultRevenueCurrencyCode;
            $this->alwaysUseDefaultRevenueValue = $alwaysUseDefaultRevenueValue;
            $this->excludeFromBidding = $excludeFromBidding;
            $this->mostRecentConversionDate = $mostRecentConversionDate;
            $this->lastReceivedRequestTime = $lastReceivedRequestTime;
            $this->ConversionTrackerType = $ConversionTrackerType;
        }

Same methods

AdCallMetricsConversion::__construct ( $phoneCallDuration = null, $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $dataDrivenModelStatus = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $attributionModelType = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )