AdGroupAdCountLimitExceeded::__construct PHP Method

__construct() public method

public __construct ( $reason = null, $enclosingId = null, $limit = null, $accountLimitType = null, $existingCount = null )
        public function __construct($reason = null, $enclosingId = null, $limit = null, $accountLimitType = null, $existingCount = null)
        {
            parent::__construct();
            $this->reason = $reason;
            $this->enclosingId = $enclosingId;
            $this->limit = $limit;
            $this->accountLimitType = $accountLimitType;
            $this->existingCount = $existingCount;
        }